OSDN Git Service

2009-12-08 David Daney <ddaney@caviumnetworks.com>
authordaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Dec 2009 22:59:02 +0000 (22:59 +0000)
committerdaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Dec 2009 22:59:02 +0000 (22:59 +0000)
* testsuite/libffi.call/stret_medium.c: Remove xfail for mips*-*-*
* testsuite/libffi.call/cls_align_longdouble_split2.c: Same.
* testsuite/libffi.call/stret_large.c: Same.
* testsuite/libffi.call/cls_align_longdouble_split.c: Same.
* testsuite/libffi.call/stret_large2.c: Same.
* testsuite/libffi.call/stret_medium2.c: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155093 138bc75d-0d04-0410-961f-82ee72b054a4

libffi/ChangeLog
libffi/testsuite/libffi.call/cls_align_longdouble_split.c
libffi/testsuite/libffi.call/cls_align_longdouble_split2.c
libffi/testsuite/libffi.call/stret_large.c
libffi/testsuite/libffi.call/stret_large2.c
libffi/testsuite/libffi.call/stret_medium.c
libffi/testsuite/libffi.call/stret_medium2.c

index 9782b69..950b7fd 100644 (file)
@@ -1,3 +1,12 @@
+2009-12-08  David Daney  <ddaney@caviumnetworks.com>
+
+       * testsuite/libffi.call/stret_medium.c: Remove xfail for mips*-*-*
+       * testsuite/libffi.call/cls_align_longdouble_split2.c: Same.
+       * testsuite/libffi.call/stret_large.c: Same.
+       * testsuite/libffi.call/cls_align_longdouble_split.c: Same.
+       * testsuite/libffi.call/stret_large2.c: Same.
+       * testsuite/libffi.call/stret_medium2.c: Same.
+
 2009-12-07  David Edelsohn  <edelsohn@gnu.org>
 
        * src/powerpc/aix_closure.S (libffi_closure_ASM): Fix tablejump
@@ -8,7 +17,7 @@
        * src/powerpc/aix.S: Update AIX32 code to be consistent with AIX64
        code.
        * src/powerpc/aix_closure.S: Same.
-       
+
 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * Makefile.in: Regenerate.
@@ -21,7 +30,7 @@
 
        * src/powerpc/aix_closure.S: Reorganize 64-bit code to match
         linux64_closure.S.
-       
+
 2009-12-04  Uros Bizjak  <ubizjak@gmail.com>
 
        PR libffi/41908
index 4032677..8b1a20c 100644 (file)
@@ -5,7 +5,7 @@
    Originator: <hos@tamanegi.org> 20031203      */
 
 /* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-* } } */
 /* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
 /* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
 
index ced41c0..794d17d 100644 (file)
@@ -6,7 +6,7 @@
 */
 
 /* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* } } */
 /* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
 /* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
 
index 12819cf..f2f3801 100644 (file)
@@ -6,7 +6,7 @@
    PR:                 none.
    Originator: Blake Chaffin   6/21/2007       */
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 // 13 FPRs: 104 bytes
index e63bb67..7b8f729 100644 (file)
@@ -6,7 +6,7 @@
    PR:                 none.
    Originator: Blake Chaffin   6/21/2007       */
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 // 13 FPRs: 104 bytes
index 13c4464..085b3c4 100644 (file)
@@ -6,7 +6,7 @@
    PR:                 none.
    Originator: Blake Chaffin   6/21/2007       */
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 typedef struct struct_72byte {
index a012f9e..4c1ba43 100644 (file)
@@ -6,7 +6,7 @@
    PR:                 none.
    Originator: Blake Chaffin   6/21/2007       */
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 typedef struct struct_72byte {