980523-1.c, [...]: Use target fpic.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 18 Mar 2006 21:44:50 +0000 (21:44 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 18 Mar 2006 21:44:50 +0000 (21:44 +0000)
* gcc.dg/980523-1.c, gcc.dg/980526-1.c, gcc.dg/switch-1.c: Use
target fpic.

From-SVN: r112204

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/980523-1.c
gcc/testsuite/gcc.dg/980526-1.c
gcc/testsuite/gcc.dg/switch-1.c

index 528ba66c649d47d59dd3e8b79b4661df5d608b23..4dbc9a4e497193856e50b6673fac01713df94f58 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-18  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/980523-1.c, gcc.dg/980526-1.c, gcc.dg/switch-1.c: Use
+       target fpic.
+
 2006-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * gfortran.dg/direct_io_1.f90, gfortran.dg/iostat_2.f90,
index 6ca79efff16585ce56c459104b9f100099f1835a..970b57c597cb8042268bd3015c0986cb9f51caa8 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target rs6000-*-linux* powerpc*-*-linux*} } */
+/* { dg-do run { target fpic } } */
 /* { dg-options "-O2 -fpic" } */
 
 extern void exit (int);
index b92f8883dfb08d666659851eb5a8a238a2c0b282..6ab9db6793311644ac71c8091c25fa44dc4c0e1d 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target rs6000-*-linux* powerpc*-*-linux* } } */
+/* { dg-do compile { target fpic } } */
 /* { dg-options "-O2 -fpic" } */
 
 int
index e4f5ad6285914e2c3ab7290e962f0ed8d11f707f..1879790dd12f95f96c561c24c89e1a71ea3b7a31 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target rs6000-*-linux* powerpc*-*-linux*} } */
+/* { dg-do compile { target fpic } } */
 /* { dg-options "-fpic -O2" } */
 
 void f (char *s)