From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: "Leonard N. Zubkoff" Cc: binutils@sourceware.cygnus.com, gcc@gcc.gnu.org, GNU C Library , Kenneth Albanowski , Mat Hostetter , Andy Dougherty , Warner Losh , linux-mips@oss.sgi.com, Ron Guilmette , "Polstra; John" , "Hazelwood; Galen" , Ralf Baechle , Linas Vepstas , Feher Janos , Leonard Zubkoff , "Steven J. Hill" , linux-gcc@vger.kernel.org, amodra@bigpond.net.au Subject: binutils 2.11.92.0.5 is broke (Re: Binutils Bug) Date: Sat, 13 Oct 2001 19:01:00 -0000 Message-id: <20011013190034.A27019@lucon.org> References: <200110131452.f9DEq7Q0032358@dandelion.com> X-SW-Source: 2001-10/msg00235.html On Sat, Oct 13, 2001 at 07:52:07AM -0700, Leonard Zubkoff wrote: > HJ, > > In recompiling my whole system with your latest binutils-2.11.92.0.5, I > received the following error while linking telnetd from the netkit-telnet-0.17 > package: > > gcc telnetd.o state.o termstat.o slc.o sys_term.o utility.o global.o setproctitle.o -lutil -lutil -o telnetd > /usr/bin/ld: BFD internal error, aborting at elf32-i386.c line 646 in elf_i386_copy_indirect_symbol > > /usr/bin/ld: Please report this bug. > > collect2: ld returned 1 exit status > > Thought you'd want to know... > Hi Alan, This patch http://sources.redhat.com/ml/binutils/2001-10/msg00035.html is incomplete. You cannot do any backend processing when if (dir == ind->weakdef) I will double check all backend xxx_hash_copy_indirect. I am planning to make binutils 2.11.92.0.6 within a week. Sorry for that. H.J.