From 6af55660ef9e7d132be36b50031a466b35a0a33c Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 10 Apr 1996 20:26:19 +0000 Subject: [PATCH] * gas/h8300/mov32bug.s: New test. * gas/h8300/h8300.exp: Run it. Testcase for c-torture failure caused by a gas bug. --- gas/testsuite/gas/h8300/.Sanitize | 1 + gas/testsuite/gas/h8300/mov32bug.s | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 gas/testsuite/gas/h8300/mov32bug.s 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 -- 2.7.4