This is the mail archive of the gcc-bugs@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]

[Bug libgcj/49193] __sync_xxxx builtins aren't used in sysdep/*/locks.h


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49193

--- Comment #3 from uros at gcc dot gnu.org 2011-12-27 09:40:27 UTC ---
Author: uros
Date: Tue Dec 27 09:40:23 2011
New Revision: 182692

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182692
Log:
    PR libgcj/49193
    * sysdep/alpha/locks.h (compare_and_swap): Call
    __sync_bool_compare_and_swap.
    (release_set): Call __sync_synchronize.


Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/sysdep/alpha/locks.h


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