* configure.ac: Don't test for objdump, c++filt, or readelf.
authorIan Lance Taylor <ian@airs.com>
Mon, 7 Apr 2008 22:16:03 +0000 (22:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 7 Apr 2008 22:16:03 +0000 (22:16 +0000)
commit6835af537eec580a0f4f2064d0e11e378c86b39e
treee1b0562dd2a0a5e14f533489e8338158e8ec92cb
parente5164e97fa6235127814ecfa08b4d2857d5a69b8
* 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
This page took 0.02541 seconds and 4 git commands to generate.