* gas/arm/arm.exp: Pass -mfpu=fpa option to the FPA instruction test.

This commit is contained in:
Richard Earnshaw
2003-06-13 16:45:55 +00:00
parent 6671a52204
commit 2fd303f5ff
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-13 Richard Earnshaw <rearnsha@arm.com>
* gas/arm/arm.exp: Pass -mfpu=fpa option to the FPA instruction test.
2003-06-12 Richard Sandiford <rsandifo@redhat.com>
* gas/mips/elf-rel15.[sd]: New test.

View File

@ -44,7 +44,7 @@ if {[istarget *arm*-*-*] || [istarget "xscale-*-*"]} then {
gas_test "immed.s" "" $stdoptlist "immediate expressions"
gas_test "float.s" "-mcpu=arm7tdmi" $stdoptlist "Core floating point instructions"
gas_test "float.s" "-mcpu=arm7tdmi -mfpu=fpa" $stdoptlist "Core floating point instructions"
run_dump_test "fpa-monadic"