This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: PR libgcj/49193: __sync_xxxx builtins aren't used in sysdep/*/locks.h
- From: Andrew Haley <aph at redhat dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Mon, 30 May 2011 09:27:14 +0100
- Subject: Re: PATCH: PR libgcj/49193: __sync_xxxx builtins aren't used in sysdep/*/locks.h
- References: <20110528010746.GA13079@intel.com>
On 28/05/11 02:07, H.J. Lu wrote:
> 2011-05-27 H.J. Lu <hongjiu.lu@intel.com>
>
> PR libgcj/49193
> * configure.host (sysdeps_dir): Set to i386 for x86_64.
>
> * sysdep/i386/locks.h (compare_and_swap): Call
> __sync_bool_compare_and_swap.
> (release_set): Call write_barrier ().
>
> * sysdep/x86-64/locks.h: Removed.
Yes, thanks.
Andrew.