From 4c2b77b1f9bb05ba9247a0008b7d3e3b45e8f185 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 19 Mar 2013 02:33:14 +0000 Subject: libffi: bump to version 3.0.13 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/libffi/libffi-002-fix-ppc-nofpr.patch | 29 --------------------------- 1 file changed, 29 deletions(-) delete mode 100644 package/libffi/libffi-002-fix-ppc-nofpr.patch (limited to 'package/libffi/libffi-002-fix-ppc-nofpr.patch') diff --git a/package/libffi/libffi-002-fix-ppc-nofpr.patch b/package/libffi/libffi-002-fix-ppc-nofpr.patch deleted file mode 100644 index 729bae812..000000000 --- a/package/libffi/libffi-002-fix-ppc-nofpr.patch +++ /dev/null @@ -1,29 +0,0 @@ -From: Gilles Talis - -On PPC, if __NO_FPRS__ is defined, fparg_count and NUM_FPR_ARG_REGISTERS -are not defined, thus must not be used. - -Signed-off-by: Gilles Talis ---- - src/powerpc/ffi.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/powerpc/ffi.c b/src/powerpc/ffi.c -index f3a96a1..9c69584 100644 ---- a/src/powerpc/ffi.c -+++ b/src/powerpc/ffi.c -@@ -376,9 +376,10 @@ ffi_prep_args_SYSV (extended_cif *ecif, unsigned *const stack) - with the number found in ffi_prep_cif_machdep(). However, intarg_count - is incremeneted whenever we place an FP arg on the stack, so account for - that before our assert test. */ -+#ifndef __NO_FPRS__ - if (fparg_count > NUM_FPR_ARG_REGISTERS) - intarg_count -= fparg_count - NUM_FPR_ARG_REGISTERS; --#ifndef __NO_FPRS__ -+ - FFI_ASSERT (fpr_base.u - <= stacktop.u - ASM_NEEDS_REGISTERS - NUM_GPR_ARG_REGISTERS); - #endif --- -1.7.10.4 - -- cgit v1.2.3