Commit 6d844e9d by Jeff Law Committed by Jeff Law

981006-1.x: Do not use -fpic for mn102.

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

        * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.

From-SVN: r55370
parent 029f3983
2002-07-10 Jeffrey A Law <law@redhat.com>
* gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
* gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
2002-07-09 Aldy Hernandez <aldyh@redhat.com> 2002-07-09 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/20020312-2.c: Check for __PPC__. * gcc.dg/20020312-2.c: Check for __PPC__.
......
# This doesn't work on mn10200
if { [istarget "mn10200*-*-*"] } {
set torture_compile_xfail "mn10200*-*-*"
}
return 0
...@@ -8,6 +8,7 @@ if { [istarget rs6000-*-aix*] ...@@ -8,6 +8,7 @@ if { [istarget rs6000-*-aix*]
|| [istarget sh-*-hms] || [istarget sh-*-hms]
|| [istarget sh-*-coff] || [istarget sh-*-coff]
|| [istarget h8300*-*-*] || [istarget h8300*-*-*]
|| [istarget mn10200*-*-*]
|| [istarget cris-*-elf*] || [istarget cris-*-elf*]
|| [istarget cris-*-aout*] || [istarget cris-*-aout*]
|| [istarget mmix-*-*] || [istarget mmix-*-*]
......
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