This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: PR libgcj/49193: __sync_xxxx builtins aren't used in sysdep/*/locks.h


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.


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