catching up with another libffi update
svn: r36
This commit is contained in:
parent
7069c5787f
commit
7316f4b7f0
|
@ -1,3 +1,9 @@
|
|||
2005-06-01 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET
|
||||
to call ffi_closure_helper_SYSV. Append @local instead.
|
||||
* src/powerpc/sysv.S (ffi_call_SYSV): Likewise for ffi_prep_args_SYSV.
|
||||
|
||||
2005-05-17 Kelley Cook <kcook@gcc.gnu.org>
|
||||
|
||||
* configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
|
||||
|
|
|
@ -246,6 +246,7 @@ Lfinish:
|
|||
/* END(ffi_closure_ASM) */
|
||||
|
||||
.data
|
||||
/* ELI: removed live_support attribute, doesn't work on current OSXs */
|
||||
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms
|
||||
EH_frame1:
|
||||
.set L$set$0,LECIE1-LSCIE1
|
||||
|
|
|
@ -57,7 +57,7 @@ ENTRY(ffi_closure_SYSV)
|
|||
addi %r7,%r1,152
|
||||
|
||||
# make the call
|
||||
bl JUMPTARGET(ffi_closure_helper_SYSV)
|
||||
bl ffi_closure_helper_SYSV@local
|
||||
|
||||
# now r3 contains the return type
|
||||
# so use it to look up in a table
|
||||
|
|
|
@ -60,7 +60,7 @@ ENTRY(ffi_call_SYSV)
|
|||
|
||||
/* Call ffi_prep_args_SYSV. */
|
||||
mr %r4,%r1
|
||||
bl JUMPTARGET(ffi_prep_args_SYSV)
|
||||
bl ffi_prep_args_SYSV@local
|
||||
|
||||
/* Now do the call. */
|
||||
/* Set up cr1 with bits 4-7 of the flags. */
|
||||
|
|
Loading…
Reference in New Issue
Block a user