gcc/libffi/src
YunQiang Su d7e56b084d libffi: Fix MIPS r6 support
for some instructions, MIPS r6 uses different encoding other than
the previous releases.

1. mips/n32.S disable .set mips4: since it casuses old insn encoding
   is used.
   https://github.com/libffi/libffi/pull/396 has been accepted as:
     94c102aa69b04337f63498e0e6551fcdce549ae5
2. mips/ffi.c: the encoding for JR is hardcoded: we need to use
   different value for r6 and pre-r6.
   https://github.com/libffi/libffi/pull/401 has been accpeted as:
     746dbe3a6a79a41931c03b51df2972be4d5e5028

libffi/
	PR libffi/83636
	* src/mips/n32.S: disable .set mips4
	* src/mips/ffi.c: use different JR encoding for r6.
2021-08-30 16:03:59 +08:00
..
aarch64
alpha
arc
arm
avr32
bfin
cris
frv
ia64
m32r
m68k
m88k
metag
microblaze
mips libffi: Fix MIPS r6 support 2021-08-30 16:03:59 +08:00
moxie
nios2
or1k
pa
powerpc
riscv
s390
sh
sh64
sparc
tile
vax
x86 libffi: Fix up x86_64 classify_argument 2021-06-16 10:45:27 +02:00
xtensa
closures.c
debug.c
dlmalloc.c
java_raw_api.c
prep_cif.c
raw_api.c
types.c