summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2013-09-17 09:02:36 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2013-09-17 09:02:36 +0000
commitf0f8e35bf1cdaa15425f1697a4181882b72473dd (patch)
tree9f3a19a63ca9b3cbb7aa7e6cd947dbe625a773d0 /opcodes
parentb6518ecb9dec62f54cfe83cf5c3bd64e620b00f9 (diff)
downloadbinutils-redhat-f0f8e35bf1cdaa15425f1697a4181882b72473dd.tar.gz
opcodes/
* s390-opc.txt (clih): Make the immediate unsigned. gas/testsuite/ * gas/s390/zarch-z196.s, gas/s390/zarch-z196.d: Test CLIH with 4000000000.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/s390-opc.txt2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 04648a2061..cef69328a2 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-17 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
+
+ * s390-opc.txt (clih): Make the immediate unsigned.
+
2013-09-04 Roland McGrath <mcgrathr@google.com>
PR gas/15914
diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt
index 657d9355a8..dd726e775f 100644
--- a/opcodes/s390-opc.txt
+++ b/opcodes/s390-opc.txt
@@ -995,7 +995,7 @@ cc0d cih RIL_RI "compare immediate high" z196 zarch
b9cf clhhr RRE_RR "compare logical high high" z196 zarch
b9df clhlr RRE_RR "compare logical high low" z196 zarch
e300000000cf clhf RXY_RRRD "compare logical high" z196 zarch
-cc0f clih RIL_RI "compare logical immediate" z196 zarch
+cc0f clih RIL_RU "compare logical immediate" z196 zarch
e300000000c0 lbh RXY_RRRD "load byte high" z196 zarch
e300000000c4 lhh RXY_RRRD "load halfword high" z196 zarch
e300000000ca lfh RXY_RRRD "load high" z196 zarch