diff options
| author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-23 14:57:44 +0000 |
|---|---|---|
| committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-23 14:57:44 +0000 |
| commit | be83ebf7b1ace71a1cb421baaa3e84b090174258 (patch) | |
| tree | aea413a283800e7980e1cb2190d09e87b8614f13 /libitm/config | |
| parent | 94b39ced35b1793558de07a7153e83de6692cce8 (diff) | |
| download | ppe42-gcc-be83ebf7b1ace71a1cb421baaa3e84b090174258.tar.gz ppe42-gcc-be83ebf7b1ace71a1cb421baaa3e84b090174258.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183435 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/config')
| -rw-r--r-- | libitm/config/x86/sjlj.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libitm/config/x86/sjlj.S b/libitm/config/x86/sjlj.S index 8faa0c61d5c..c30c216f229 100644 --- a/libitm/config/x86/sjlj.S +++ b/libitm/config/x86/sjlj.S @@ -79,6 +79,7 @@ SYM(_ITM_beginTransaction): ret #else leal 4(%esp), %ecx + movl 4(%esp), %eax subl $28, %esp cfi_def_cfa_offset(32) movl %ecx, 8(%esp) |

