From 85bb418f5ea3ed7e6eed54c45d2e85ee3ba2f1d4 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Wed, 10 Aug 2011 22:52:03 +0000 Subject: [PATCH] * gas/mips/micromips@mips5.d: Rename to... * gas/mips/micromips@mips5-fp.d: ... this. * gas/mips/mips5.d: Rename to... * gas/mips/mips5-fp.d: ... this. * gas/mips/mips5.l: Rename to... * gas/mips/mips5-fp.l: ... this. * gas/mips/mips5.s: Rename to... * gas/mips/mips5-fp.s: ... this. * gas/mips/mips.exp: Update accordingly. --- gas/testsuite/ChangeLog | 12 ++++++++++++ .../mips/{micromips@mips5.d => micromips@mips5-fp.d} | 4 ++-- gas/testsuite/gas/mips/mips.exp | 2 +- gas/testsuite/gas/mips/{mips5.d => mips5-fp.d} | 2 +- gas/testsuite/gas/mips/{mips5.l => mips5-fp.l} | 0 gas/testsuite/gas/mips/{mips5.s => mips5-fp.s} | 0 6 files changed, 16 insertions(+), 4 deletions(-) rename gas/testsuite/gas/mips/{micromips@mips5.d => micromips@mips5-fp.d} (98%) rename gas/testsuite/gas/mips/{mips5.d => mips5-fp.d} (99%) rename gas/testsuite/gas/mips/{mips5.l => mips5-fp.l} (100%) rename gas/testsuite/gas/mips/{mips5.s => mips5-fp.s} (100%) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d447a651d1..19d71aed31 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,15 @@ +2011-08-10 Maciej W. Rozycki + + * gas/mips/micromips@mips5.d: Rename to... + * gas/mips/micromips@mips5-fp.d: ... this. + * gas/mips/mips5.d: Rename to... + * gas/mips/mips5-fp.d: ... this. + * gas/mips/mips5.l: Rename to... + * gas/mips/mips5-fp.l: ... this. + * gas/mips/mips5.s: Rename to... + * gas/mips/mips5-fp.s: ... this. + * gas/mips/mips.exp: Update accordingly. + 2011-08-10 Maciej W. Rozycki * gas/mips/mips.exp: Define new "fpisa3", "fpisa4" and "fpisa5" diff --git a/gas/testsuite/gas/mips/micromips@mips5.d b/gas/testsuite/gas/mips/micromips@mips5-fp.d similarity index 98% rename from gas/testsuite/gas/mips/micromips@mips5.d rename to gas/testsuite/gas/mips/micromips@mips5-fp.d index 4c8099b63e..f9afb62a88 100644 --- a/gas/testsuite/gas/mips/micromips@mips5.d +++ b/gas/testsuite/gas/mips/micromips@mips5-fp.d @@ -1,7 +1,7 @@ #objdump: -dr --prefix-addresses --show-raw-insn -M reg-names=numeric #name: MIPS mips5 instructions -#source: mips5.s -#stderr: mips5.l +#source: mips5-fp.s +#stderr: mips5-fp.l # Check MIPS V instruction assembly (microMIPS). diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index 4512518270..a2b8f6cc2d 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -634,7 +634,7 @@ if { [istarget mips*-*-vxworks*] } { [mips_arch_list_matching mips4] run_list_test_arches "mips4-branch-likely" "-32 -msoft-float" \ [mips_arch_list_matching mips4] - run_dump_test_arches "mips5" [mips_arch_list_matching fpisa5] + run_dump_test_arches "mips5-fp" [mips_arch_list_matching fpisa5] run_dump_test "mul" run_dump_test_arches "rol" [mips_arch_list_matching mips1 !ror] diff --git a/gas/testsuite/gas/mips/mips5.d b/gas/testsuite/gas/mips/mips5-fp.d similarity index 99% rename from gas/testsuite/gas/mips/mips5.d rename to gas/testsuite/gas/mips/mips5-fp.d index e313f56447..a114a0b910 100644 --- a/gas/testsuite/gas/mips/mips5.d +++ b/gas/testsuite/gas/mips/mips5-fp.d @@ -1,6 +1,6 @@ #objdump: -dr --prefix-addresses --show-raw-insn -M reg-names=numeric #name: MIPS mips5 instructions -#stderr: mips5.l +#stderr: mips5-fp.l # Check MIPS V instruction assembly diff --git a/gas/testsuite/gas/mips/mips5.l b/gas/testsuite/gas/mips/mips5-fp.l similarity index 100% rename from gas/testsuite/gas/mips/mips5.l rename to gas/testsuite/gas/mips/mips5-fp.l diff --git a/gas/testsuite/gas/mips/mips5.s b/gas/testsuite/gas/mips/mips5-fp.s similarity index 100% rename from gas/testsuite/gas/mips/mips5.s rename to gas/testsuite/gas/mips/mips5-fp.s -- 2.34.1