diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-09-17 09:02:37 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-09-17 09:02:37 +0000 |
commit | e3f9e852751e5b1969e2bc66ac3329e5159f7abf (patch) | |
tree | 71ddf0983e11ef5775305103ce613b677c8d1be0 /opcodes | |
parent | 57b0d98e591b1fcb1ff008e98e042bb9183b595b (diff) | |
download | binutils-e3f9e852751e5b1969e2bc66ac3329e5159f7abf.tar.gz binutils-e3f9e852751e5b1969e2bc66ac3329e5159f7abf.tar.bz2 binutils-e3f9e852751e5b1969e2bc66ac3329e5159f7abf.zip |
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/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/s390-opc.txt | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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 |