summaryrefslogtreecommitdiff
path: root/gas/config/tc-h8300.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-11-26 13:18:23 +0000
committerNick Clifton <nickc@redhat.com>2003-11-26 13:18:23 +0000
commitf583147318817e4a65d4f5900be702d62aa764c2 (patch)
tree8d847675a96afb2e6236b692bab044f9f24dcdbb /gas/config/tc-h8300.c
parent7789c7b4c9944ead08fb75a73bb927832ff2e39e (diff)
downloadbinutils-redhat-f583147318817e4a65d4f5900be702d62aa764c2.tar.gz
Revert change to t01_mov test.
Fix ldm/stm verifying code to allow er4-er7 for H8SX.
Diffstat (limited to 'gas/config/tc-h8300.c')
-rw-r--r--gas/config/tc-h8300.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c
index b8813c90b3..3906b62736 100644
--- a/gas/config/tc-h8300.c
+++ b/gas/config/tc-h8300.c
@@ -598,6 +598,7 @@ get_operand (char **ptr, struct h8_op *op, int direction)
&& !(low == 2 && (high == 3 || ((high == 4 || high == 5) && SXmode)))
&& !(low == 3 && (high == 4 || high == 5 || high == 6) && SXmode)
&& !(low == 4 && (high == 5 || high == 6))
+ && !(low == 4 && high == 7 && SXmode)
&& !(low == 5 && (high == 6 || high == 7) && SXmode)
&& !(low == 6 && high == 7 && SXmode))
as_bad (_("Invalid register list for ldm/stm\n"));