Skip to content
Snippets Groups Projects
Commit 6a26ea58 authored by Jakub Jelinek's avatar Jakub Jelinek Committed by Jakub Jelinek
Browse files

ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than...

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
parent 2f133f46
No related branches found
No related tags found
No related merge requests found
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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment