diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-12 22:56:19 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-12 22:56:19 +0000 |
commit | 7610fe2bd3b3316d98b3d08a2bc9e6aacf600fd0 (patch) | |
tree | 06bf0ab6412749ef6c20bccb4ef4cbadce5cea12 /libffi/src | |
parent | 4857cd31f9bdcb0f8104aec7376e56c440285e01 (diff) | |
download | gcc-7610fe2bd3b3316d98b3d08a2bc9e6aacf600fd0.tar.gz |
2006-04-13 Andreas Tobler <a.tobler@schweiz.ch>
* src/pa/hpux32.S: Correct unwind offset calculation for
ffi_closure_pa32.
* src/pa/linux.S: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112904 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/src')
-rw-r--r-- | libffi/src/pa/hpux32.S | 2 | ||||
-rw-r--r-- | libffi/src/pa/linux.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libffi/src/pa/hpux32.S b/libffi/src/pa/hpux32.S index 4c4470fbf9b..8f6b4613e66 100644 --- a/libffi/src/pa/hpux32.S +++ b/libffi/src/pa/hpux32.S @@ -359,7 +359,7 @@ L$ASFDE2: .sleb128 -5 .byte 0x4 ;# DW_CFA_advance_loc4 - .word L$CFI12-L$CFI11 + .word L$CFI22-L$CFI21 .byte 0xd ;# DW_CFA_def_cfa_register = r3 .uleb128 0x3 diff --git a/libffi/src/pa/linux.S b/libffi/src/pa/linux.S index 322ceb3e7ee..20be177a9f6 100644 --- a/libffi/src/pa/linux.S +++ b/libffi/src/pa/linux.S @@ -348,7 +348,7 @@ ffi_closure_pa32: .sleb128 -5 .byte 0x4 ;# DW_CFA_advance_loc4 - .word .LCFI12-.LCFI11 + .word .LCFI22-.LCFI21 .byte 0xd ;# DW_CFA_def_cfa_register = r3 .uleb128 0x3 |