This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: PATCH RFA: PR go/55201: Create libatomic convenience library


On Tue, Dec 18, 2012 at 1:32 PM, Richard Henderson <rth@redhat.com> wrote:
> On 12/18/2012 11:30 AM, Ian Lance Taylor wrote:
>> 2012-12-18  Ian Lance Taylor  <iant@google.com>
>>
>>       PR go/55201
>>       * Makefile.am (noinst_LTLIBRARIES): Define new make variable.
>>       (libatomic_convenience_la_SOURCES): Likewise.
>>       (libatomic_convenience_la_LIBADD): Likewise.
>>       * Makefile.in: Rebuild.
>>       * testsuite/Makefile.in: Rebuild.
>
> Ok.

Committed.

I have now committed this follow-on patch, to make libgo use the new
libatomic_convenience library.  This means that the changes to
explicitly link against -latomic are no longer necessary.
Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu.
Committed to mainline.

Ian

gcc/go:

2012-12-18  Ian Lance Taylor  <iant@google.com>

	PR go/55201
	* gospec.c: Revert last patch.

gcc/testsuite:

2012-12-18  Ian Lance Taylor  <iant@google.com>

	PR go/55201
	* lib/go.exp: Revert last patch.

Attachment: foo.patch
Description: Binary data


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