diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-08-14 07:24:56 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-08-14 07:24:56 +0000 |
commit | b57efb7d962b15e9707010ba123d855c50d3e75c (patch) | |
tree | 02afcc9a7c7c3867b8e081feab57aadf112698f2 /gas | |
parent | 80425074bb104dbf31af6b026bee2d89bf1b60ed (diff) | |
download | gdb-b57efb7d962b15e9707010ba123d855c50d3e75c.zip gdb-b57efb7d962b15e9707010ba123d855c50d3e75c.tar.gz gdb-b57efb7d962b15e9707010ba123d855c50d3e75c.tar.bz2 |
2002-08-14 H.J. Lu <hjl@gnu.org>
* gas/mips/elempic.d: Treat "addiu" and "daddiu" as equivalent
when $0 is source.
* gas/mips/telempic.d: Likewise.
* gas/mips/telempic.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/elempic.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/telempic.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/tempic.d | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0c8718c..1856f1f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2002-08-14 H.J. Lu <hjl@gnu.org> + + * gas/mips/elempic.d: Treat "addiu" and "daddiu" as equivalent + when $0 is source. + * gas/mips/telempic.d: Likewise. + * gas/mips/telempic.d: Likewise. + 2002-08-13 Stephane Carrez <stcarrez@nerim.fr> * gas/m68hc11/all.exp: Run the new test. diff --git a/gas/testsuite/gas/mips/elempic.d b/gas/testsuite/gas/mips/elempic.d index 766c1af..4c88367 100644 --- a/gas/testsuite/gas/mips/elempic.d +++ b/gas/testsuite/gas/mips/elempic.d @@ -119,7 +119,7 @@ Contents of section \.text: 0010 00000000 ffff0010 00000000 3f001104 .* 0020 00000000 00001104 00000000 41000010 .* 0030 00000000 00000010 00000000 0000033c .* - 0040 0c0063[26]4 0000033c 140163[26]4 d0ff0324 .* + 0040 0c0063[26]4 0000033c 140163[26]4 d0ff03[26]4 .* 0050 00000000 00010000 04000000 28000000 .* 0060 2c010000 d0ffffff 00000000 00000000 .* 0070 00010000 00000000 04000000 00000000 .* diff --git a/gas/testsuite/gas/mips/telempic.d b/gas/testsuite/gas/mips/telempic.d index 7e72a16..efd28af 100644 --- a/gas/testsuite/gas/mips/telempic.d +++ b/gas/testsuite/gas/mips/telempic.d @@ -119,7 +119,7 @@ Contents of section \.text: 0010 00000000 ffff0010 00000000 3f001104 .* 0020 00000000 00001104 00000000 41000010 .* 0030 00000000 00000010 00000000 0000033c .* - 0040 0c0063[26]4 0000033c 140163[26]4 d0ff0324 .* + 0040 0c0063[26]4 0000033c 140163[26]4 d0ff03[26]4 .* 0050 00000000 00010000 04000000 28000000 .* 0060 2c010000 d0ffffff 00000000 00000000 .* 0070 00010000 00000000 04000000 00000000 .* diff --git a/gas/testsuite/gas/mips/tempic.d b/gas/testsuite/gas/mips/tempic.d index b5bb96c..71f2ca5 100644 --- a/gas/testsuite/gas/mips/tempic.d +++ b/gas/testsuite/gas/mips/tempic.d @@ -119,7 +119,7 @@ Contents of section \.text: 0010 00000000 1000ffff 00000000 0411003f .* 0020 00000000 04110000 00000000 10000041 .* 0030 00000000 10000000 00000000 3c030000 .* - 0040 [26]463000c 3c030000 [26]4630114 2403ffd0 .* + 0040 [26]463000c 3c030000 [26]4630114 [26]403ffd0 .* 0050 00000000 00000100 00000004 00000028 .* 0060 0000012c ffffffd0 00000000 00000000 .* 0070 00000000 00000100 00000000 00000004 .* |