Commit af592bf9 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r45264
parent 39fc3cc7
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> 2001-08-27 Richard Henderson <rth@redhat.com>
* gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static. * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
......
...@@ -6,6 +6,7 @@ if { [istarget rs6000-*-aix*] ...@@ -6,6 +6,7 @@ if { [istarget rs6000-*-aix*]
|| [istarget fr30-*-*] || [istarget fr30-*-*]
|| [istarget sh-*-hms] || [istarget sh-*-hms]
|| [istarget sh-*-coff] || [istarget sh-*-coff]
|| [istarget h8300*-*-*]
} { } {
set options "-Wuninitialized -Werror" set options "-Wuninitialized -Werror"
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment