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]

r193374 - in /branches/ibm/gcc-4_6-branch/libst...


Author: bergner
Date: Fri Nov  9 19:58:51 2012
New Revision: 193374

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193374
Log:
libstdc++-v3/
	* include/ext/atomicity.h (__exchange_and_add): Use 1
	and -1 instead of __val,
	(__exchange_and_add_nb): Likewise.
	(__atomic_add): Likewise.
	* config/cpu/powerpc/cpu_defines.h
	(__rs6000_atomic_fetch_and_add_acquire_32): Use __asm__ instead of
	__asm and __volatile__ instead of __volatile.
	(__rs6000_atomic_fetch_and_add_release_32): Likewise.
	(__rs6000_atomic_fetch_and_add_32): Likewise.

Modified:
    branches/ibm/gcc-4_6-branch/libstdc++-v3/ChangeLog.ibm
    branches/ibm/gcc-4_6-branch/libstdc++-v3/config/cpu/powerpc/cpu_defines.h
    branches/ibm/gcc-4_6-branch/libstdc++-v3/include/ext/atomicity.h


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