diff options
author | Eric Christopher <echristo@gmail.com> | 2001-09-08 02:34:56 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2001-09-08 02:34:56 +0000 |
commit | 06e70a4852d7f814dce1681dca6068400612b1ff (patch) | |
tree | 4bda7acf9cbbfa3f7685dd4a59fe0d8a41d7060e | |
parent | ec8fcf4a1d0f323abdbd2ce21e3c91615eb6c1c1 (diff) | |
download | gdb-06e70a4852d7f814dce1681dca6068400612b1ff.zip gdb-06e70a4852d7f814dce1681dca6068400612b1ff.tar.gz gdb-06e70a4852d7f814dce1681dca6068400612b1ff.tar.bz2 |
2001-09-07 Eric Christopher <echristo@redhat.com>
* gas/mips/mips64.d: Change to use mipsisa64.
* gas/mips/mips32.d: Change to use mipsisa32.
-rw-r--r-- | gas/testsuite/ChangeLog | 9 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips32.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips64.d | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 176ce32..e5b9010 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-09-07 Eric Christopher <echristo@redhat.com> + + * gas/mips/mips64.d: Change to use mipsisa64. + * gas/mips/mips32.d: Change to use mipsisa32. + 2001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * gas/mips/mips-abi32-pic.s: Remove .set mips4 pseudo-op. @@ -167,7 +172,7 @@ Wed Aug 29 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com> * gas/mips/mips-gp32-fp32-pic.d: Likewise. * gas/mips/mips-gp32-fp64-pic.d: Likewise. * gas/mips/mips-abi32-pic.d: Likewise. - + 2001-07-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * mips/lb.d: Reflect disassembler output fixes. @@ -218,7 +223,7 @@ Wed Aug 29 12:05:13 2001 J"orn Rennecke <amylaar@redhat.com> * gas/mips/mips-gp64-fp64-pic.s: Likewise. 2001-08-03 Richard Sandiford <rsandifo@redhat.com> - + * gas/mips/elf-rel4.s, gas/mips/elf-rel4.d: New test. * gas/mips/e32-rel4.s, gas/mips/e32-rel4.s: New test. diff --git a/gas/testsuite/gas/mips/mips32.d b/gas/testsuite/gas/mips/mips32.d index fb6f9cd..8120763 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:mips32 +#objdump: -dr --prefix-addresses --show-raw-insn -mmips:mipsisa32 #name: MIPS MIPS32 instructions #as: -mips32 diff --git a/gas/testsuite/gas/mips/mips64.d b/gas/testsuite/gas/mips/mips64.d index dcb8cd3..e0d7696 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:mips64 +#objdump: -dr --prefix-addresses --show-raw-insn -mmips:mipsisa64 #name: MIPS MIPS64 instructions #as: -mips64 |