bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/1443] /lib/libc.so.6: undefined reference to address@hidden'


From: dave at hiauly1 dot hia dot nrc dot ca
Subject: [Bug ld/1443] /lib/libc.so.6: undefined reference to address@hidden'
Date: 10 Oct 2005 21:53:54 -0000

------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  
2005-10-10 21:53 -------
Subject: Re:  /lib/libc.so.6: undefined reference to address@hidden'

On Mon, Oct 10, 2005 at 09:41:08PM -0000, hjl at lucon dot org wrote:
> 
> ------- Additional Comments From hjl at lucon dot org  2005-10-10 21:41 
> -------
> I also need /usr/lib/crti.o.

Attached.

I have the feeling that the wrong bfd is being used for the DYN_DT_NEEDED
check in elf_link_check_versioned_symbol:

     abfd = h->root.u.undef.abfd;
     if ((abfd->flags & DYNAMIC) == 0
         || (elf_dyn_lib_class (abfd) & DYN_DT_NEEDED) == 0)
       return FALSE;

libc.so.6 is DYN_NORMAL and ld.so.1 is DYN_DT_NEEDED.  We are checking
libc.so.6.

Dave

------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  
2005-10-10 21:53 -------
Created an attachment (id=696)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=696&action=view)


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1443

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]