diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-26 00:50:05 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-26 00:50:05 +0000 |
commit | b2490a7b4f0edcaf1ddadab6f6b871ddbc226c88 (patch) | |
tree | 3b0083ca79a2e67c91908fce749128a1d44813c5 /gold/testsuite | |
parent | 6008649588f38cc16d61b07e47c2d402175dd528 (diff) | |
download | gdb-b2490a7b4f0edcaf1ddadab6f6b871ddbc226c88.zip gdb-b2490a7b4f0edcaf1ddadab6f6b871ddbc226c88.tar.gz gdb-b2490a7b4f0edcaf1ddadab6f6b871ddbc226c88.tar.bz2 |
Add final_layout_sequence.txt to MOSTLYCLEANFILES
* testsuite/Makefile.am (MOSTLYCLEANFILES): Add
final_layout_sequence.txt.
* testsuite/Makefile.in: Regenerated.
Diffstat (limited to 'gold/testsuite')
-rw-r--r-- | gold/testsuite/Makefile.am | 2 | ||||
-rw-r--r-- | gold/testsuite/Makefile.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am index 64e36e4..16de266 100644 --- a/gold/testsuite/Makefile.am +++ b/gold/testsuite/Makefile.am @@ -240,7 +240,7 @@ icf_safe_so_test_2.stdout: icf_safe_so_test check_SCRIPTS += final_layout.sh check_DATA += final_layout.stdout -MOSTLYCLEANFILES += final_layout +MOSTLYCLEANFILES += final_layout final_layout_sequence.txt final_layout.o: final_layout.cc $(CXXCOMPILE) -O0 -c -ffunction-sections -fdata-sections -g -o $@ $< final_layout_sequence.txt: diff --git a/gold/testsuite/Makefile.in b/gold/testsuite/Makefile.in index 3a9cf0c..0f62565 100644 --- a/gold/testsuite/Makefile.in +++ b/gold/testsuite/Makefile.in @@ -122,6 +122,7 @@ check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_test icf_keep_unique_test \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test icf_safe_so_test \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ final_layout \ +@GCC_TRUE@@NATIVE_LINKER_TRUE@ final_layout_sequence.txt \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_virtual_function_folding_test \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_preemptible_functions_test \ @GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_string_merge_test \ |