Add final_layout_sequence.txt to MOSTLYCLEANFILES
* testsuite/Makefile.am (MOSTLYCLEANFILES): Add final_layout_sequence.txt. * testsuite/Makefile.in: Regenerated.
This commit is contained in:
parent
6008649588
commit
b2490a7b4f
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* testsuite/Makefile.am (MOSTLYCLEANFILES): Add
|
||||
final_layout_sequence.txt.
|
||||
* testsuite/Makefile.in: Regenerated.
|
||||
|
||||
2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* testsuite/Makefile.am (COMPILE1): New variable. Renamed from
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue