This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r118967 - in /branches/csl/sourcerygxx-4_1: Cha...


Author: jsm28
Date: Sat Nov 18 00:30:25 2006
New Revision: 118967

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118967
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/csl/sourcerygxx-4_1/libstdc++-v3/config/cpu/powerpc/atomic_word.h

Changes in other areas also in this revision:
Modified:
    branches/csl/sourcerygxx-4_1/ChangeLog.csl
    branches/csl/sourcerygxx-4_1/gcc/config/rs6000/rs6000-c.c
    branches/csl/sourcerygxx-4_1/gcc/config/rs6000/rs6000.h
    branches/csl/sourcerygxx-4_1/gcc/config/rs6000/sync.md


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