mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-01 02:29:38 +08:00
ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than DW_CFA_GNU_negative_offset_extended.
* src/powerpc/ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than DW_CFA_GNU_negative_offset_extended. * src/powerpc/sysv.S (ffi_call_SYSV): Likewise. From-SVN: r102900
This commit is contained in:
parent
2f133f4681
commit
6a26ea58f6
@ -1,3 +1,10 @@
|
||||
2005-08-09 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* src/powerpc/ppc_closure.S (ffi_closure_SYSV): Use
|
||||
DW_CFA_offset_extended_sf rather than
|
||||
DW_CFA_GNU_negative_offset_extended.
|
||||
* src/powerpc/sysv.S (ffi_call_SYSV): Likewise.
|
||||
|
||||
2005-07-22 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
|
||||
|
||||
* src/sh/sysv.S (ffi_call_SYSV): Stop argument popping correctly
|
||||
|
@ -319,9 +319,9 @@ END(ffi_closure_SYSV)
|
||||
.uleb128 144
|
||||
.byte 0x4 # DW_CFA_advance_loc4
|
||||
.4byte .LCFI1-.LCFI0
|
||||
.byte 0x2f # DW_CFA_GNU_negative_offset_extended
|
||||
.byte 0x11 # DW_CFA_offset_extended_sf
|
||||
.uleb128 0x41
|
||||
.uleb128 0x1
|
||||
.sleb128 -1
|
||||
.align 2
|
||||
.LEFDE1:
|
||||
|
||||
|
@ -191,9 +191,9 @@ END(ffi_call_SYSV)
|
||||
.uleb128 0x08
|
||||
.byte 0x4 /* DW_CFA_advance_loc4 */
|
||||
.4byte .LCFI5-.LCFI0
|
||||
.byte 0x2f /* DW_CFA_GNU_negative_offset_extended */
|
||||
.byte 0x11 /* DW_CFA_offset_extended_sf */
|
||||
.uleb128 0x41
|
||||
.uleb128 0x1
|
||||
.sleb128 -1
|
||||
.byte 0x9f /* DW_CFA_offset, column 0x1f */
|
||||
.uleb128 0x1
|
||||
.byte 0x9e /* DW_CFA_offset, column 0x1e */
|
||||
|
Loading…
Reference in New Issue
Block a user