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]

r183467 - in /trunk/libitm: ChangeLog config/x8...


Author: uros
Date: Tue Jan 24 07:23:57 2012
New Revision: 183467

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183467
Log:
	* config/x86/target.h (gtm_jmpbuf) [__x86_64__]: Move rip to the
	end of structure.
	* config/x86/sjlj.S (_ITM_beginTransaction) [__x86_64__]: Update
	offset values.  Do not copy return address.  Decrement stack
	by 56 bytes only.
	(GTM_longjump) [__x86_64__]: Update offset values.


Modified:
    trunk/libitm/ChangeLog
    trunk/libitm/config/x86/sjlj.S
    trunk/libitm/config/x86/target.h


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