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]

r192515 - in /branches/gupc/libgupc: ChangeLog ...


Author: nenadv
Date: Tue Oct 16 21:13:08 2012
New Revision: 192515

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192515
Log:
	Add MCS lock implementation - fix for some 32 bit targets.
libgupc/
	* Makefile.am (UPC_RUNTIME_SRC): Add upc_lock_sup.c file.
	* Makefile.in: Regenerate.
	* smp/upc_lock_sup.c: New. Provide 8 byte CSWAP for targets
	that don't have it (PowerPC).


Added:
    branches/gupc/libgupc/smp/upc_lock_sup.c
Modified:
    branches/gupc/libgupc/ChangeLog
    branches/gupc/libgupc/Makefile.am
    branches/gupc/libgupc/Makefile.in


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