* gcc.dg/bf-spl1.c, gcc.dg/m68k-pic-1.c: Enable on fido-*-*.

From-SVN: r124996
This commit is contained in:
Kazu Hirata 2007-05-23 16:32:04 +00:00 committed by Kazu Hirata
parent 70f57af18f
commit 70c1e0331b
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-05-23 Kazu Hirata <kazu@codesourcery.com>
* gcc.dg/bf-spl1.c, gcc.dg/m68k-pic-1.c: Enable on fido-*-*.
2007-05-23 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/sse3-addsubpd.c: Don't include stdlib.h

View File

@ -1,4 +1,4 @@
/* { dg-do run { target m68k-*-* sparc-*-* } } */
/* { dg-do run { target m68k-*-* fido-*-* sparc-*-* } } */
/* { dg-options { -O2 } } */
extern void abort (void);

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target m68k-*-* } } */
/* { dg-do compile { target m68k-*-* fido-*-* } } */
/* { dg-options "-O2 -fpic" } */
extern void Foo (void *);