summaryrefslogtreecommitdiff
path: root/patches/avr32-test
diff options
context:
space:
mode:
authorAnthony Green <green@gmachine.(none)>2009-12-26 12:57:23 -0500
committerAnthony Green <green@gmachine.(none)>2009-12-26 12:57:23 -0500
commit884402787bf8eaf7ec207085037cf8ace2f660ec (patch)
tree4d0d2478bc363de36ac1bda5fef2fafae0b3b06c /patches/avr32-test
parent01c78756aff22efb1f122f8e93e068d7bf2185c7 (diff)
downloadlibffi-884402787bf8eaf7ec207085037cf8ace2f660ec.tar.gz
HPUX support and avr32 test fixes.
Diffstat (limited to 'patches/avr32-test')
-rw-r--r--patches/avr32-test58
1 files changed, 58 insertions, 0 deletions
diff --git a/patches/avr32-test b/patches/avr32-test
new file mode 100644
index 0000000..4e95140
--- /dev/null
+++ b/patches/avr32-test
@@ -0,0 +1,58 @@
+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
+@@ -4,7 +4,7 @@
+ PR: none.
+ Originator: Blake Chaffin 6/6/2007 */
+
+-/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
++/* { dg-do run { xfail avr32*-*-* strongarm*-*-* xscale*-*-* } } */
+ #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
+@@ -4,7 +4,7 @@
+ PR: none.
+ Originator: Blake Chaffin 6/6/2007 */
+
+-/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
++/* { dg-do run { xfail avr32*-*-* strongarm*-*-* xscale*-*-* } } */
+ /* { dg-output "" { xfail x86_64-*-mingw* } } */
+ #include "ffitest.h"
+
+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"
+