diff options
author | Eric Christopher <echristo@gmail.com> | 2001-09-08 04:16:12 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2001-09-08 04:16:12 +0000 |
commit | a529d7582c89e435c97eaafe826da5174022b723 (patch) | |
tree | 5fbbc3893ffb696344250e61f82618b2251559ea /gas | |
parent | 06e70a4852d7f814dce1681dca6068400612b1ff (diff) | |
download | binutils-a529d7582c89e435c97eaafe826da5174022b723.zip binutils-a529d7582c89e435c97eaafe826da5174022b723.tar.gz binutils-a529d7582c89e435c97eaafe826da5174022b723.tar.bz2 |
mischeckin. fixed.
Diffstat (limited to 'gas')
-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 |