http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51830
--- Comment #4 from uros at gcc dot gnu.org 2012-01-23 14:57:50 UTC --- Author: uros Date: Mon Jan 23 14:57:44 2012 New Revision: 183435 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183435 Log: PR libitm/51830 * builtin-types.def (BT_FN_UINT_UINT_VAR): New. * gtm-builtins.def (BUILT_IN_TM_START): Declare as BT_FN_UINT_UINT_VAR. libitm/ChangeLog: PR libitm/51830 * config/x86/sjlj.S (_ITM_beginTransaction) [!__x86_64__]: Load the first function argument to %eax. Modified: trunk/gcc/ChangeLog trunk/gcc/builtin-types.def trunk/gcc/gtm-builtins.def trunk/libitm/ChangeLog trunk/libitm/config/x86/sjlj.S