Remove xfail for arm*-*-*.
authorAnthony Green <green@moxielogic.com>
Fri, 8 Feb 2013 20:18:19 +0000 (15:18 -0500)
committerAnthony Green <green@moxielogic.com>
Fri, 8 Feb 2013 20:18:19 +0000 (15:18 -0500)
ChangeLog
testsuite/libffi.call/cls_longdouble.c

index 393469518fc13b60c490cbdd5e642989254f6613..92e0b8be2d83a4504ac268cf7e926d500f86542f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-02-08  Anthony Green <green@moxielogic.com>
+
+       * testsuite/libffi.call/cls_longdouble.c: Remove xfail for
+       arm*-*-*.
+
+2013-02-08  Anthony Green <green@moxielogic.com>
+
+       * src/sparc/ffi.c (ffi_prep_closure_loc): Fix cache flushing for GCC.
+
 2013-02-08  Matthias Klose  <doko@ubuntu.com>
 
        * man/ffi_prep_cif.3: Clean up for debian linter.
index e6bac1f837784a883d538fbec00d8c8cf8508e7f..5dc9ac76851c306eba1ec3fa0328c589f2e0cd40 100644 (file)
@@ -5,7 +5,9 @@
    Originator: Blake Chaffin   */
 
 /* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
-/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* This test is known to PASS on armv7l-unknown-linux-gnueabihf, so I have
+   remove the xfail for arm*-*-* below, until we know more.  */
+/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
 /* { dg-options -mlong-double-128 { target powerpc64*-*-linux* } } */
 /* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */