ppc_closure.S: Don't bl .Luint128.
* src/powerpc/ppc_closure.S: Don't bl .Luint128. From-SVN: r204918
This commit is contained in:
parent
3521ba8b2e
commit
fd4da58cd8
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2013-11-18 Alan Modra <amodra@gmail.com>
|
2013-11-18 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* src/powerpc/ppc_closure.S: Don't bl .Luint128.
|
||||||
|
|
||||||
* src/powerpc/ffitarget.h: Import from upstream.
|
* src/powerpc/ffitarget.h: Import from upstream.
|
||||||
* src/powerpc/ffi.c: Likewise.
|
* src/powerpc/ffi.c: Likewise.
|
||||||
* src/powerpc/linux64.S: Likewise.
|
* src/powerpc/linux64.S: Likewise.
|
||||||
|
|
|
@ -238,7 +238,7 @@ ENTRY(ffi_closure_SYSV)
|
||||||
lwz %r3,112+0(%r1)
|
lwz %r3,112+0(%r1)
|
||||||
lwz %r4,112+4(%r1)
|
lwz %r4,112+4(%r1)
|
||||||
lwz %r5,112+8(%r1)
|
lwz %r5,112+8(%r1)
|
||||||
bl .Luint128
|
b .Luint128
|
||||||
|
|
||||||
# The return types below are only used when the ABI type is FFI_SYSV.
|
# The return types below are only used when the ABI type is FFI_SYSV.
|
||||||
# case FFI_SYSV_TYPE_SMALL_STRUCT + 1. One byte struct.
|
# case FFI_SYSV_TYPE_SMALL_STRUCT + 1. One byte struct.
|
||||||
|
|
Loading…
Add table
Reference in a new issue