* gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
authorKazu Hirata <kazu@hxi.com>
Wed, 29 Aug 2001 16:10:41 +0000 (16:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 29 Aug 2001 16:10:41 +0000 (16:10 +0000)
From-SVN: r45264

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/981006-1.x

index 31844aa..f1624e1 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-29  Kazu Hirata  <kazu@hxi.com>
+
+       * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
+
 2001-08-27  Richard Henderson  <rth@redhat.com>
 
        * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
index 6f8a1a6..80d53da 100644 (file)
@@ -6,6 +6,7 @@ if { [istarget rs6000-*-aix*]
      || [istarget fr30-*-*]
      || [istarget sh-*-hms]
      || [istarget sh-*-coff]
+     || [istarget h8300*-*-*]
 } {
     set options "-Wuninitialized -Werror"
 } else {