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]

r182930 - in /trunk/libitm: ChangeLog config/ge...


Author: rth
Date: Thu Jan  5 21:36:35 2012
New Revision: 182930

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182930
Log:
libitm: PowerPC support.

	* configure.tgt: Support powerpc-linux and powerpc-darwin.
	* config/linux/powerpc/futex_bits.h: New file.
	* config/powerpc/cacheline.h: New file.
	* config/powerpc/sjlj.S: New file.
	* config/powerpc/target.h: New file.
	* config/generic/asmcfi.h (cfi_offset): New.
	(cfi_restore, cfi_undefined): New.

Added:
    trunk/libitm/config/linux/powerpc/
    trunk/libitm/config/linux/powerpc/futex_bits.h
      - copied, changed from r182929, trunk/libitm/config/generic/asmcfi.h
    trunk/libitm/config/powerpc/
    trunk/libitm/config/powerpc/cacheline.h
      - copied, changed from r182929, trunk/libitm/config/generic/asmcfi.h
    trunk/libitm/config/powerpc/sjlj.S
    trunk/libitm/config/powerpc/target.h
      - copied, changed from r182929, trunk/libitm/config/generic/asmcfi.h
Modified:
    trunk/libitm/ChangeLog
    trunk/libitm/config/generic/asmcfi.h
    trunk/libitm/configure.tgt


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