diff options
author | Alan Modra <amodra@gmail.com> | 2015-02-06 18:20:49 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-02-09 13:19:53 +1030 |
commit | dddcc5b9a8bf064875053e94d692241be5be49c8 (patch) | |
tree | 7b3b94f8d610a945eadab09c07a082a4fd5839fd /gold/testsuite/Makefile.am | |
parent | 1474044c6282acdc70e559e8ed10c7f17e4d6b2a (diff) | |
download | binutils-gdb-dddcc5b9a8bf064875053e94d692241be5be49c8.tar.gz |
Gold testsuite make clean
* testsuite/Makefile.am (MOSTLYCLEANFILES): Add libweak_undef_2.a,
plugin_test_thin.a and defsym_test.
* testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/testsuite/Makefile.am')
-rw-r--r-- | gold/testsuite/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am index be3b27874f8..4e2ce6b7895 100644 --- a/gold/testsuite/Makefile.am +++ b/gold/testsuite/Makefile.am @@ -733,6 +733,7 @@ weak_undef_test_2_SOURCES = weak_undef_test_2.cc weak_undef_test_2_DEPENDENCIES = gcctestdir/ld libweak_undef_2.a weak_undef_test_2_LDFLAGS = -Bgcctestdir/ -u weak_undef_2 weak_undef_test_2_LDADD = -L . -lweak_undef_2 +MOSTLYCLEANFILES += libweak_undef_2.a libweak_undef_2.a: weak_undef_file3.o weak_undef_file4.o $(TEST_AR) rc $@ $^ weak_undef_file3.o: weak_undef_file3.cc @@ -1670,7 +1671,7 @@ plugin_test_10.sections: plugin_test_10 check_PROGRAMS += plugin_test_11 check_SCRIPTS += plugin_test_11.sh check_DATA += plugin_test_11.err -MOSTLYCLEANFILES += plugin_test_11.err +MOSTLYCLEANFILES += plugin_test_11.err plugin_test_thin.a PLUGIN_TEST_11_SYMS = two_file_test_1.o.syms two_file_test_1b.o.syms two_file_test_2.o.syms plugin_test_11: two_file_test_main.o plugin_test_thin.a gcctestdir/ld plugin_test.so $(PLUGIN_TEST_11_SYMS) $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_main.o plugin_test_thin.a 2>plugin_test_11.err @@ -2279,7 +2280,7 @@ ehdr_start_test_5_LDADD = # Test that the --defsym option copies the symbol type and visibility. check_SCRIPTS += defsym_test.sh check_DATA += defsym_test.syms -MOSTLYCLEANFILES += defsym_test.syms +MOSTLYCLEANFILES += defsym_test defsym_test.syms defsym_test.syms: defsym_test $(TEST_READELF) -sW $< > $@ defsym_test: defsym_test.o gcctestdir/ld |