* gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.

From-SVN: r45264
This commit is contained in:
Kazu Hirata 2001-08-29 16:10:41 +00:00 committed by Kazu Hirata
parent 39fc3cc778
commit af592bf91d
2 changed files with 5 additions and 0 deletions

View 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.

View File

@ -6,6 +6,7 @@ if { [istarget rs6000-*-aix*]
|| [istarget fr30-*-*]
|| [istarget sh-*-hms]
|| [istarget sh-*-coff]
|| [istarget h8300*-*-*]
} {
set options "-Wuninitialized -Werror"
} else {