[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: |
fche at redhat dot com |
Subject: |
[Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies |
Date: |
12 Oct 2009 23:53:49 -0000 |
------- Additional Comments From fche at redhat dot com 2009-10-12 23:53
-------
I'm confused about whether gold's lack of DT_NEEDED resolution is
intended to affect only pure-indirect or merely mixed-direct-indirect
dependencies. Specifically:
liba { int a() { return b(); } }
libb { int b() { return 0; } }
main() { a() } -la # libb a pure indirect dependency
- versus -
main() { b() } -la # libb a direct dependency
If the latter, I'm more sympathetic to the desire to have a program state
its own direct depencencies.
If the former, I'm more sympathetic to a program not having to know all the
indirect dependencies of all of its shared libraries.
--
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.
- [Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies, fche at redhat dot com, 2009/10/12
- [Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies, fche at redhat dot com, 2009/10/12
- [Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies, ian at airs dot com, 2009/10/12
- [Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies, ian at airs dot com, 2009/10/12
- [Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies, apratt at us dot ibm dot com, 2009/10/12
- [Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies, ian at airs dot com, 2009/10/12
- [Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies,
fche at redhat dot com <=
- [Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies, apratt at us dot ibm dot com, 2009/10/12
- [Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies, ian at airs dot com, 2009/10/12
- [Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies, roland at gnu dot org, 2009/10/14