From 3a877ecac356e2b7bfb797588ca6a73427300216 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 17 Sep 2013 09:02:36 +0000 Subject: 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. --- opcodes/ChangeLog | 4 ++++ opcodes/s390-opc.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 04648a2061e..cef69328a24 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2013-09-17 Richard Sandiford + + * s390-opc.txt (clih): Make the immediate unsigned. + 2013-09-04 Roland McGrath PR gas/15914 diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index 657d9355a80..dd726e775f7 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 -- cgit v1.2.1