From owner-freebsd-hackers Fri Jun 1 17:57:59 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.bfm.org (mail.bfm.org [216.127.218.26]) by hub.freebsd.org (Postfix) with ESMTP id 8AD0837B422; Fri, 1 Jun 2001 17:57:55 -0700 (PDT) (envelope-from adam@whizkidtech.net) Received: from WhizKid (rh5.bfm.org [216.127.220.198]) by mail.bfm.org (Post.Office MTA v3.5.3 release 223 ID# 0-52399U2500L250S0V35) with SMTP id org; Fri, 1 Jun 2001 20:02:14 -0500 Message-Id: <3.0.6.32.20010601195730.00f85e70@mail85.pair.com> X-Sender: whizkid@mail85.pair.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 01 Jun 2001 19:57:30 -0500 To: tlambert2@mindspring.com From: "G. Adam Stanislav" Subject: Re: What changed in ld? Cc: obrien@FreeBSD.ORG, hackers@FreeBSD.ORG In-Reply-To: <3B183029.98194D3A@mindspring.com> References: <20010601024234.A440@whizkidtech.net> <20010601024234.A440@whizkidtech.net> <3.0.6.32.20010601143040.00e0d620@mail85.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 17:15 01-06-2001 -0700, Terry Lambert wrote: >> Thank you. I did as you suggested, and found a solution. > >I give: what was the soloution? Oh, sorry. My original source placed all code into a .code section. The older ld did not care. The newer one expects the code to be in the .text section. So, I replaced all occuarnces of ".code" (including those in my include file system.inc) with ".text" and it now works again. Adam P.S. I was using nasm, not gas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message