* configure.ac: Don't test for objdump, c++filt, or readelf.
commit00b882421051c5a3167401885a06e8b942e9adb7
authorIan Lance Taylor <ian@airs.com>
Mon, 7 Apr 2008 22:16:03 +0000 (7 22:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 7 Apr 2008 22:16:03 +0000 (7 22:16 +0000)
tree2afa6ba6f820e0c1be25777069f46b224e447556
parent0f7e18503fbf54267d66df9186a4ba38ff61f729
* 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.
gold/ChangeLog
gold/Makefile.in
gold/configure
gold/configure.ac
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in