Commit b7211585 by Andreas Tobler Committed by Andreas Tobler

hpux32.S: Correct unwind offset calculation for ffi_closure_pa32.

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.

From-SVN: r112904
parent d96f49bf
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.
2006-04-12 James E Wilson <wilson@specifix.com> 2006-04-12 James E Wilson <wilson@specifix.com>
PR libgcj/26483 PR libgcj/26483
...@@ -6,7 +12,7 @@ ...@@ -6,7 +12,7 @@
(hfa_type_store): Call ldf_fill. (hfa_type_store): Call ldf_fill.
(ffi_call): Adjust calls to above routines. Add local temps for (ffi_call): Adjust calls to above routines. Add local temps for
macro result. macro result.
2006-04-10 Matthias Klose <doko@debian.org> 2006-04-10 Matthias Klose <doko@debian.org>
* testsuite/lib/libffi-dg.exp (libffi-init): Recognize multilib * testsuite/lib/libffi-dg.exp (libffi-init): Recognize multilib
......
...@@ -359,7 +359,7 @@ L$ASFDE2: ...@@ -359,7 +359,7 @@ L$ASFDE2:
.sleb128 -5 .sleb128 -5
.byte 0x4 ;# DW_CFA_advance_loc4 .byte 0x4 ;# DW_CFA_advance_loc4
.word L$CFI12-L$CFI11 .word L$CFI22-L$CFI21
.byte 0xd ;# DW_CFA_def_cfa_register = r3 .byte 0xd ;# DW_CFA_def_cfa_register = r3
.uleb128 0x3 .uleb128 0x3
......
...@@ -348,7 +348,7 @@ ffi_closure_pa32: ...@@ -348,7 +348,7 @@ ffi_closure_pa32:
.sleb128 -5 .sleb128 -5
.byte 0x4 ;# DW_CFA_advance_loc4 .byte 0x4 ;# DW_CFA_advance_loc4
.word .LCFI12-.LCFI11 .word .LCFI22-.LCFI21
.byte 0xd ;# DW_CFA_def_cfa_register = r3 .byte 0xd ;# DW_CFA_def_cfa_register = r3
.uleb128 0x3 .uleb128 0x3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment