From mboxrd@z Thu Jan 1 00:00:00 1970 From: hjl@nynexst.com (H.J. Lu) To: ian@cygnus.com (Ian Lance Taylor) Cc: gas2@cygnus.com Subject: Re: Typo in Fri Sep 23 15:15:31 1994 changes for elfcode.h Date: Sun, 25 Sep 1994 20:05:00 -0000 Message-id: <9409260304.AA08179@titanic.nynexst.com> References: <9409260249.AA15621@tweedledumb.cygnus.com> X-SW-Source: 1994/msg00113.html > > From: hjl@nynexst.com (H.J. Lu) > Date: Sun, 25 Sep 94 20:37:23 EDT > > - BFD_ASSERT (phdr_map == phdr_off + phdr_size); > + BFD_ASSERT (phdr_map < phdr_off + phdr_size); > ^^^ > > Should that be > > + BFD_ASSERT (phdr_map <= phdr_off + phdr_size); > > > Yes, it certainly should. I checked that in for somebody in a hurry > before leaving for the weekend--I should have known better. Every > time you think you don't need to test something, you get nailed. > Thanks. I have two quick questions: 1. When will gas work with PIC? I don't think the current one works. I had to apply Eric's patches to gas-940912 and the PIC codes in the current one cannnot handle the gcc -fPIC output. 2. Should ld -N work on ELF? Has anyone tried it? -- H.J. Lu NYNEX Science and Technology, Inc. hjl@nynexst.com