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

gcc/libstdc++-v3 ChangeLog config/cpu/sparc/sp ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_0-branch
Changes by:	ljrittle@gcc.gnu.org	2002-01-02 22:16:54

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/config/cpu/sparc/sparc32/bits: atomicity.h 

Log message:
	libstdc++/5037 (copy from trunk 2001-12-07 and 2001-12-11)
	* config/cpu/sparc/sparc32/bits/atomicity.h
	(struct __Atomicity_lock<__inst>): Add.
	(__Atomicity_lock<__inst>::_S_atomicity_lock): Add.
	(__Atomicity_lock<0>::_S_atomicity_lock): Add.
	(__exchange_and_add): Use __Atomicity_lock<0>::_S_atomicity_lock
	instead of lock local to static function.
	(__atomic_add): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.452.2.184&r2=1.452.2.185
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/cpu/sparc/sparc32/bits/atomicity.h.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.2.6.1&r2=1.2.6.2


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