diff options
Diffstat (limited to 'patches/avr32-test')
-rw-r--r-- | patches/avr32-test | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/patches/avr32-test b/patches/avr32-test deleted file mode 100644 index dba9d9d..0000000 --- a/patches/avr32-test +++ /dev/null @@ -1,57 +0,0 @@ -Index: libffi/ChangeLog.libffi -=================================================================== ---- libffi.orig/ChangeLog.libffi -+++ libffi/ChangeLog.libffi -@@ -1,3 +1,10 @@ -+2009-12-26 Anthony Green <green@redhat.com> -+ -+ * testsuite/libffi.call/huge_struct.c: Don't xfail for avr32*-*-*. -+ * testsuite/libffi.call/cls_longdouble_va.c: Mark as xfail for -+ avr32*-*-*. -+ * testsuite/libffi.call/cls_double_va.c: Ditto. -+ - 2009-12-26 Andreas Tobler <a.tobler@schweiz.org> - - * testsuite/libffi.call/ffitest.h: Conditionally include stdint.h -Index: libffi/testsuite/libffi.call/cls_double_va.c -=================================================================== ---- libffi.orig/testsuite/libffi.call/cls_double_va.c -+++ libffi/testsuite/libffi.call/cls_double_va.c -@@ -5,6 +5,7 @@ - Originator: Blake Chaffin 6/6/2007 */ - - /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ -+/* { dg-output "" { xfail avr32*-*-* } } */ - #include "ffitest.h" - - static void -Index: libffi/testsuite/libffi.call/cls_longdouble_va.c -=================================================================== ---- libffi.orig/testsuite/libffi.call/cls_longdouble_va.c -+++ libffi/testsuite/libffi.call/cls_longdouble_va.c -@@ -5,7 +5,7 @@ - Originator: Blake Chaffin 6/6/2007 */ - - /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ --/* { dg-output "" { xfail x86_64-*-mingw* } } */ -+/* { dg-output "" { xfail avr32*-*-* x86_64-*-mingw* } } */ - #include "ffitest.h" - - static void -Index: libffi/testsuite/libffi.call/huge_struct.c -=================================================================== ---- libffi.orig/testsuite/libffi.call/huge_struct.c -+++ libffi/testsuite/libffi.call/huge_struct.c -@@ -5,10 +5,10 @@ - Originator: Blake Chaffin 6/18/2007 - */ - --/* { dg-excess-errors "" { target avr32-*-* x86_64-*-mingw* x86_64-*-cygwin* } } */ -+/* { dg-excess-errors "" { target x86_64-*-mingw* x86_64-*-cygwin* } } */ - /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ - /* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */ --/* { dg-output "" { xfail avr32-*-* x86_64-*-mingw* x86_64-*-cygwin* } } */ -+/* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */ - - #include "ffitest.h" - |