aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-03-14 05:57:19 +0000
committerIan Lance Taylor <iant@google.com>2008-03-14 05:57:19 +0000
commitbe3e620119165a017266af64ae310cd6343a370a (patch)
tree57915f9f4f0cdf98cba70ce17782e116ba16dc4e /gold/Makefile.in
parent36cf3ec26ac5ecc440b4fe014404981136778d2d (diff)
downloadfsf-binutils-gdb-be3e620119165a017266af64ae310cd6343a370a.zip
fsf-binutils-gdb-be3e620119165a017266af64ae310cd6343a370a.tar.gz
fsf-binutils-gdb-be3e620119165a017266af64ae310cd6343a370a.tar.bz2
Don't get confused about whether a symbol is the default version if we
see a later reference to it. Add tests for this case.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 4e87352..08f87eb 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -220,6 +220,8 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
POSUB = @POSUB@
RANLIB = @RANLIB@
+READELF_FALSE = @READELF_FALSE@
+READELF_TRUE = @READELF_TRUE@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STATIC_TLS_FALSE = @STATIC_TLS_FALSE@