Update "make clean" in gold/testsuite.
authorCary Coutant <ccoutant@gmail.com>
Thu, 30 Jun 2016 06:16:24 +0000 (23:16 -0700)
committerCary Coutant <ccoutant@gmail.com>
Thu, 30 Jun 2016 06:16:24 +0000 (23:16 -0700)
gold/
* testsuite/Makefile.am (MOSTLYCLEANFILES): Add eh_test_2.
* testsuite/Makefile.in: Regenerate.

gold/ChangeLog
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in

index 6880b75..5e1fddc 100644 (file)
@@ -1,3 +1,8 @@
+2016-06-29  Cary Coutant  <ccoutant@gmail.com>
+
+       * testsuite/Makefile.am (MOSTLYCLEANFILES): Add eh_test_2.
+       * testsuite/Makefile.in: Regenerate.
+
 2016-06-30  Alan Modra  <amodra@gmail.com>
 
        * testsuite/Makefile.am (memory_test, memory_test_2): Pass
index b1c671f..c8d3093 100644 (file)
@@ -390,7 +390,7 @@ eh_test: eh_test_a.o eh_test_b.o  gcctestdir/ld
 
 check_SCRIPTS += eh_test_2.sh
 check_DATA += eh_test_2.sects
-MOSTLYCLEANFILES += eh_test_2.sects
+MOSTLYCLEANFILES += eh_test_2 eh_test_2.sects
 eh_test_r.o: eh_test_a.o eh_test_b.o gcctestdir/ld
        gcctestdir/ld -r -o $@ eh_test_a.o eh_test_b.o
 eh_test_2: eh_test_r.o gcctestdir/ld
index c28b4f9..4185287 100644 (file)
@@ -137,7 +137,7 @@ check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_preemptible_functions_test \
 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_string_merge_test \
 @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_sht_rel_addend_test \
-@GCC_TRUE@@NATIVE_LINKER_TRUE@ merge_string_literals \
+@GCC_TRUE@@NATIVE_LINKER_TRUE@ merge_string_literals eh_test_2 \
 @GCC_TRUE@@NATIVE_LINKER_TRUE@ eh_test_2.sects \
 @GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared.dbg \
 @GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/weak_undef_lib.so \