diff options
author | Jeff Law <law@redhat.com> | 1996-04-10 20:26:19 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-04-10 20:26:19 +0000 |
commit | 6af55660ef9e7d132be36b50031a466b35a0a33c (patch) | |
tree | 460a71262aa550b20cbbe8b1c9a3e3bb05b6c201 | |
parent | 176512da76419f291dcad28bd63b2dbafac378d9 (diff) | |
download | gdb-6af55660ef9e7d132be36b50031a466b35a0a33c.zip gdb-6af55660ef9e7d132be36b50031a466b35a0a33c.tar.gz gdb-6af55660ef9e7d132be36b50031a466b35a0a33c.tar.bz2 |
* gas/h8300/mov32bug.s: New test.
* gas/h8300/h8300.exp: Run it.
Testcase for c-torture failure caused by a gas bug.
-rw-r--r-- | gas/testsuite/gas/h8300/.Sanitize | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/h8300/mov32bug.s | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/gas/h8300/.Sanitize b/gas/testsuite/gas/h8300/.Sanitize index 4c4e875..953ef66 100644 --- a/gas/testsuite/gas/h8300/.Sanitize +++ b/gas/testsuite/gas/h8300/.Sanitize @@ -57,6 +57,7 @@ logical.s logicalh.s misc.s misch.s +mov32bug.s movb.s movbh.s movlh.s diff --git a/gas/testsuite/gas/h8300/mov32bug.s b/gas/testsuite/gas/h8300/mov32bug.s new file mode 100644 index 0000000..68393e3 --- /dev/null +++ b/gas/testsuite/gas/h8300/mov32bug.s @@ -0,0 +1,4 @@ + .h8300h + .global _a +blah: + mov.l #_a-2000000000,er2 |