This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]