This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [gold patch] Incremental 19/22: Add testcases for COPY relocs and COMMON symbols
- From: Cary Coutant <ccoutant at google dot com>
- To: Ian Lance Taylor <iant at google dot com>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Tue, 7 Jun 2011 21:27:41 -0700
- Subject: Re: [gold patch] Incremental 19/22: Add testcases for COPY relocs and COMMON symbols
- References: <BANLkTi=7EPkYjZL9WS4ADU0cJqms0_nMOA@mail.gmail.com> <mcrd3ipduph.fsf@coign.corp.google.com>
>> +check_PROGRAMS += incremental_copy_test
>> +MOSTLYCLEANFILES += copy_test_tmp.o
>
> No need for this; "make mostlyclean" will remove *.o anyhow.
Done (and the other one, two for common_test_1_tmp.o).
> This is OK with that change.
Thanks, committed.
-cary