[gold patch] Incremental 19/22: Add testcases for COPY relocs and COMMON symbols

Ian Lance Taylor iant@google.com
Wed Jun 8 00:38:00 GMT 2011


Cary Coutant <ccoutant@google.com> writes:

> 2011-05-02 Cary Coutant  <ccoutant@google.com>
>
> 	* testsuite/Makefile.am: Add incremental_copy_test,
> 	incremental_common_test_1.
> 	* testsuite/Makefile.in: Regenerate.
> 	* testsuite/common_test_1_v1.c: New source file.
> 	* testsuite/common_test_1_v2.c: New source file.
> 	* testsuite/copy_test_v1.cc: New source file.


> diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am
> index 821a9bb..b62a38b 100644
> --- a/gold/testsuite/Makefile.am
> +++ b/gold/testsuite/Makefile.am
> @@ -1850,6 +1850,24 @@ incremental_test_4: two_file_test_1.o two_file_test_1b.o two_file_test_2_v1.o \
>  	cp -f two_file_test_2.o two_file_test_tmp.o
>  	$(CXXLINK) -Wl,--incremental-update,--incremental-base=incremental_test_4.base -Bgcctestdir/ two_file_test_1.o two_file_test_1b.o two_file_test_tmp.o two_file_test_main.o
>  
> +check_PROGRAMS += incremental_copy_test
> +MOSTLYCLEANFILES += copy_test_tmp.o

No need for this; "make mostlyclean" will remove *.o anyhow.

This is OK with that change.

Thanks.

Ian



More information about the Binutils mailing list