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]

r184495 - in /branches/ibm/gcc-4_5-branch: gcc/...


Author: bergner
Date: Wed Feb 22 23:14:46 2012
New Revision: 184495

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184495
Log:
	* configure.host: Set OPTIMIZE_CXXFLAGS to -DIN_LIBSTDCXX for
	powerpc*-linux.
	* config/cpu/powerpc/cpu_defines.h
	(__rs6000_atomic_fetch_and_add_acquire_32): New define.
	(__rs6000_atomic_fetch_and_add_release_32): Likewise.
	* include/ext/atomicity.h (__exchange_and_add): Use them.
	(__atomic_add): Likewise.

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

Changes in other areas also in this revision:
Modified:
    branches/ibm/gcc-4_5-branch/gcc/REVISION


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