aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-04-07 22:16:03 +0000
committerIan Lance Taylor <ian@airs.com>2008-04-07 22:16:03 +0000
commit6835af537eec580a0f4f2064d0e11e378c86b39e (patch)
treee1b0562dd2a0a5e14f533489e8338158e8ec92cb /gold/Makefile.in
parente5164e97fa6235127814ecfa08b4d2857d5a69b8 (diff)
downloadgdb-6835af537eec580a0f4f2064d0e11e378c86b39e.zip
gdb-6835af537eec580a0f4f2064d0e11e378c86b39e.tar.gz
gdb-6835af537eec580a0f4f2064d0e11e378c86b39e.tar.bz2
* configure.ac: Don't test for objdump, c++filt, or readelf.
* testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT conditionals. (TEST_READELF): New variable. (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables. (check_PROGRAMS): Add two_file_strip_test. (two_file_strip_test): New target. (check_PROGRAMS): Add two_file_same_shared_strip_test. (two_file_same_shared_strip_test_SOURCES): New variable. (two_file_same_shared_strip_test_DEPENDENCIES): New variable. (two_file_same_shared_strip_test_LDFLAGS): New variable. (two_file_same_shared_strip_test_LDADD): New variable. (two_file_shared_strip.so): New target. (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF. (ver_test_5.syms, ver_test_7.syms): Likewise. (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT. (strip_test_3.stdout): Use TEST_OBJDUMP. * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 55adee1..e2a0f94 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -210,8 +210,6 @@ MSGMERGE = @MSGMERGE@
NATIVE_LINKER_FALSE = @NATIVE_LINKER_FALSE@
NATIVE_LINKER_TRUE = @NATIVE_LINKER_TRUE@
NO_WERROR = @NO_WERROR@
-OBJDUMP_AND_CPPFILT_FALSE = @OBJDUMP_AND_CPPFILT_FALSE@
-OBJDUMP_AND_CPPFILT_TRUE = @OBJDUMP_AND_CPPFILT_TRUE@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
@@ -222,8 +220,6 @@ 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@