[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: |
12 Oct 2009 20:02:25 -0000 |
------- Additional Comments From ian at airs dot com 2009-10-12 20:02 -------
To be clear, gold does not require that you enumerate all indirect dependencies
of shared libraries. gold will not complain if a shared library refers to a
function defined in some dependency of that shared library.
What gold requires is that you enumerate all direct dependencies of the program
itself. If your program calls foo(), then you must explicitly link against some
library which defines foo(). The GNU linker permits foo() to be defined
indirectly, by a dependency of some shared library which you do explicitly link
against. gold does not search those indirect dependencies for symbol
definitions.
--
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 <=
- [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, 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, roland at gnu dot org, 2009/10/14