Commit 6bc8bc85 by Nick Clifton Committed by Nick Clifton

Fix/suppress some testsuite failures for the Arm.

From-SVN: r29583
parent c8922b32
1999-09-22 Nick Clifton <nickc@cygnus.com>
* execute/comp-goto-1.x: New file. Do not generate debug info
when building for arm targets.
* execute/980526-1.x: New file. Expect failure for Arm and Fr30
toolchains at -O3.
1999-09-21 Nick Clifton <nickc@cygnus.com>
* special/special.exp: Add FR30 to list of targets for which -fpic
......
set torture_eval_before_execute {
set compiler_conditional_xfail_data {
"I sure wish I knew why this was hosed (arm-elf is OK now)" \
"*arm-*-coff *arm-*-pe thumb-*-coff thumb-*-pe fr30-*-elf" \
{"-O3"} \
{"" }
}
}
return 0
if {[istarget "*arm-*-*"] || [istarget "thumb-*-*"]} {
# On the Arm specifying -g produces a bogus label reference
# in debugging output.
set torture_eval_before_compile {
set additional_flags "-g0"
}
}
return 0
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