[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/10238] Gold linker does not resolve symbols using indirect dep
From: |
ian at airs dot com |
Subject: |
[Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies |
Date: |
4 Jun 2009 16:17:10 -0000 |
------- Additional Comments From ian at airs dot com 2009-06-04 16:17 -------
I haven't tried your test case yet, but in general this is intended behaviour
for gold. The GNU linker goes to considerable effort to replicate the search
path used by the dynamic linker. This leads to issues of the program linker and
the dynamic linker getting out of synch and finding different libraries. I
don't think that doing this searching in the program linker is necessary, and I
chose not to implement it in gold. So, given that the difference is
intentional, can you explain whether this is an important feature that gold
should implement, and why? Without a good reason, my inclination is to close
this bug report as WONTFIX. Thanks.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
http://sourceware.org/bugzilla/show_bug.cgi?id=10238
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.