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:
Segher Boessenkool 2021-10-25 23:29:26 +00:00
parent d6240ea016
commit 90205f67e4
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@
#include <fficonfig.h>
#include <ffi.h>
.machine altivec
#ifdef POWERPC64
.hidden ffi_call_LINUX64
.globl ffi_call_LINUX64

View File

@ -30,6 +30,8 @@
.file "linux64_closure.S"
.machine altivec
#ifdef POWERPC64
FFI_HIDDEN (ffi_closure_LINUX64)
.globl ffi_closure_LINUX64