gcc/libstdc++-v3/config
Joseph Myers 8609875306 rs6000.h (TARGET_NO_LWSYNC): Define.
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__.

From-SVN: r118961
2006-11-18 00:22:45 +00:00
..
abi re PR libstdc++/29496 (_M_invalidate function is not thread-safe in GLIBCXX_DEBUG mode) 2006-11-11 17:32:12 +00:00
allocator
cpu rs6000.h (TARGET_NO_LWSYNC): Define. 2006-11-18 00:22:45 +00:00
io
locale c_locale.cc (__convert_to_v): Prefer strtold_l over __strtold_l if available. 2006-11-10 16:50:39 +01:00
os