diff options
author | Ian Lance Taylor <iant@google.com> | 2008-03-14 05:57:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-03-14 05:57:19 +0000 |
commit | be3e620119165a017266af64ae310cd6343a370a (patch) | |
tree | 57915f9f4f0cdf98cba70ce17782e116ba16dc4e /gold/configure.ac | |
parent | 36cf3ec26ac5ecc440b4fe014404981136778d2d (diff) | |
download | gdb-be3e620119165a017266af64ae310cd6343a370a.zip gdb-be3e620119165a017266af64ae310cd6343a370a.tar.gz 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/configure.ac')
-rw-r--r-- | gold/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/configure.ac b/gold/configure.ac index 45e65ab..e930fd6 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -188,6 +188,8 @@ AM_CONDITIONAL(NATIVE_LINKER, AM_CONDITIONAL(GCC, test "$GCC" = yes) AM_CONDITIONAL(OBJDUMP_AND_CPPFILT, [objdump --help >/dev/null && c++filt --help >/dev/null]) +AM_CONDITIONAL(READELF, + [readelf --help >/dev/null]) dnl Some architectures do not support taking pointers of functions dnl defined in shared libraries except in -fPIC mode. We need to |