From 6835af537eec580a0f4f2064d0e11e378c86b39e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 7 Apr 2008 22:16:03 +0000 Subject: * 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/configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gold/configure.ac') diff --git a/gold/configure.ac b/gold/configure.ac index 2355e730dbc..b4088583935 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -186,10 +186,6 @@ AC_EXEEXT AM_CONDITIONAL(NATIVE_LINKER, test "x$target_alias" = "x" -o "x$host_alias" = "x$target_alias") 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 -- cgit v1.2.1