diff options
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips32.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips64.d | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e5b9010..330f09a 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,7 +1,7 @@ 2001-09-07 Eric Christopher <echristo@redhat.com> - * gas/mips/mips64.d: Change to use mipsisa64. - * gas/mips/mips32.d: Change to use mipsisa32. + * gas/mips/mips64.d: Change to use isa64. + * gas/mips/mips32.d: Change to use isa32. 2001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> diff --git a/gas/testsuite/gas/mips/mips32.d b/gas/testsuite/gas/mips/mips32.d index 8120763..7fda6cb 100644 --- a/gas/testsuite/gas/mips/mips32.d +++ b/gas/testsuite/gas/mips/mips32.d @@ -1,4 +1,4 @@ -#objdump: -dr --prefix-addresses --show-raw-insn -mmips:mipsisa32 +#objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32 #name: MIPS MIPS32 instructions #as: -mips32 diff --git a/gas/testsuite/gas/mips/mips64.d b/gas/testsuite/gas/mips/mips64.d index e0d7696..f68d995 100644 --- a/gas/testsuite/gas/mips/mips64.d +++ b/gas/testsuite/gas/mips/mips64.d @@ -1,4 +1,4 @@ -#objdump: -dr --prefix-addresses --show-raw-insn -mmips:mipsisa64 +#objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa64 #name: MIPS MIPS64 instructions #as: -mips64 |