Add FR30 to list of targets for which -fpic is inappropriate.
authorNick Clifton <nickc@cygnus.com>
Tue, 21 Sep 1999 16:42:20 +0000 (16:42 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 21 Sep 1999 16:42:20 +0000 (16:42 +0000)
From-SVN: r29551

gcc/testsuite/gcc.c-torture/ChangeLog
gcc/testsuite/gcc.c-torture/special/special.exp

index 9252ab3..5c2051b 100644 (file)
@@ -1,3 +1,8 @@
+1999-09-21  Nick Clifton  <nickc@cygnus.com>
+
+       * special/special.exp: Add FR30 to list of targets for which -fpic
+       is inappropriate.
+
 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
 
        * noncompile/noncompile.exp: Add poison-1.c.
index d37d18c..66cfbda 100644 (file)
@@ -40,6 +40,7 @@ dg-init
 if { [istarget rs6000-*-aix*]
      || [istarget powerpc*-*-aix*]
      || [istarget arm*-*-*]
+     || [istarget fr30-*-*]
 } {
     set extra_flags ""
 } else {