From: Joseph Myers Date: Sat, 18 Mar 2006 21:44:50 +0000 (+0000) Subject: 980523-1.c, [...]: Use target fpic. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=828d25ea3d0e83a62ed18a6c787b21415d80eebd;p=gcc.git 980523-1.c, [...]: Use target fpic. * gcc.dg/980523-1.c, gcc.dg/980526-1.c, gcc.dg/switch-1.c: Use target fpic. From-SVN: r112204 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 528ba66c649..4dbc9a4e497 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-03-18 Joseph S. Myers + + * gcc.dg/980523-1.c, gcc.dg/980526-1.c, gcc.dg/switch-1.c: Use + target fpic. + 2006-03-18 Kaveh R. Ghazi * gfortran.dg/direct_io_1.f90, gfortran.dg/iostat_2.f90, diff --git a/gcc/testsuite/gcc.dg/980523-1.c b/gcc/testsuite/gcc.dg/980523-1.c index 6ca79efff16..970b57c597c 100644 --- a/gcc/testsuite/gcc.dg/980523-1.c +++ b/gcc/testsuite/gcc.dg/980523-1.c @@ -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); diff --git a/gcc/testsuite/gcc.dg/980526-1.c b/gcc/testsuite/gcc.dg/980526-1.c index b92f8883dfb..6ab9db67933 100644 --- a/gcc/testsuite/gcc.dg/980526-1.c +++ b/gcc/testsuite/gcc.dg/980526-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target rs6000-*-linux* powerpc*-*-linux* } } */ +/* { dg-do compile { target fpic } } */ /* { dg-options "-O2 -fpic" } */ int diff --git a/gcc/testsuite/gcc.dg/switch-1.c b/gcc/testsuite/gcc.dg/switch-1.c index e4f5ad62859..1879790dd12 100644 --- a/gcc/testsuite/gcc.dg/switch-1.c +++ b/gcc/testsuite/gcc.dg/switch-1.c @@ -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)