r118963 - in /branches/gcc-4_1-branch: gcc/Chan...
jsm28@gcc.gnu.org
jsm28@gcc.gnu.org
Sat Nov 18 00:25:00 GMT 2006
Author: jsm28
Date: Sat Nov 18 00:25:49 2006
New Revision: 118963
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118963
Log:
gcc:
* config/rs6000/rs6000.h (TARGET_NO_LWSYNC): Define.
* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
__NO_LWSYNC__ if TARGET_NO_LWSYNC.
* config/rs6000/sync.md (lwsync): Emit plain sync if
TARGET_NO_LWSYNC.
libstdc++-v3:
* config/cpu/powerpc/atomic_word.h (_GLIBCXX_WRITE_MEM_BARRIER):
Use plain sync if __NO_LWSYNC__.
Modified:
branches/gcc-4_1-branch/libstdc++-v3/ChangeLog
branches/gcc-4_1-branch/libstdc++-v3/config/cpu/powerpc/atomic_word.h
Changes in other areas also in this revision:
Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/config/rs6000/rs6000-c.c
branches/gcc-4_1-branch/gcc/config/rs6000/rs6000.h
branches/gcc-4_1-branch/gcc/config/rs6000/sync.md
More information about the Libstdc++-cvs
mailing list