rs6000: Fix bootstrap (libffi)
This fixes bootstrap for the current problems building libffi. 2021-10-25 Segher Boessenkool <segher@kernel.crashing.org> libffi/ * src/powerpc/linux64.S: Enable AltiVec insns. * src/powerpc/linux64_closure.S: Ditto.
This commit is contained in:
parent
d6240ea016
commit
90205f67e4
2 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
#include <fficonfig.h>
|
||||
#include <ffi.h>
|
||||
|
||||
.machine altivec
|
||||
|
||||
#ifdef POWERPC64
|
||||
.hidden ffi_call_LINUX64
|
||||
.globl ffi_call_LINUX64
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
.file "linux64_closure.S"
|
||||
|
||||
.machine altivec
|
||||
|
||||
#ifdef POWERPC64
|
||||
FFI_HIDDEN (ffi_closure_LINUX64)
|
||||
.globl ffi_closure_LINUX64
|
||||
|
|
Loading…
Add table
Reference in a new issue