mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* s390-opc.txt: Set instruction type of pku to SS_L2RDRD. 2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * gas/s390/esa-g5.d: Move length field to the second operand. * gas/s390/esa-g5.s: Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
|
* gas/s390/esa-g5.d: Move length field to the second operand.
|
||||||
|
* gas/s390/esa-g5.s: Likewise.
|
||||||
|
|
||||||
2012-02-14 Alan Modra <amodra@gmail.com>
|
2012-02-14 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* gas/elf/bad-group.s: Add section attributes.
|
* gas/elf/bad-group.s: Add section attributes.
|
||||||
|
@ -345,7 +345,7 @@ Disassembly of section .text:
|
|||||||
.*: b2 2e 00 69 [ ]*pgin %r6,%r9
|
.*: b2 2e 00 69 [ ]*pgin %r6,%r9
|
||||||
.*: b2 2f 00 69 [ ]*pgout %r6,%r9
|
.*: b2 2f 00 69 [ ]*pgout %r6,%r9
|
||||||
.*: e9 1f 5f ff af ff [ ]*pka 4095\(%r5\),4095\(32,%r10\)
|
.*: e9 1f 5f ff af ff [ ]*pka 4095\(%r5\),4095\(32,%r10\)
|
||||||
.*: e1 ff 5f ff af ff [ ]*pku 4095\(256,%r5\),4095\(%r10\)
|
.*: e1 ff 5f ff af ff [ ]*pku 4095\(%r5\),4095\(256,%r10\)
|
||||||
.*: ee 69 5f ff af ff [ ]*plo %r6,4095\(%r5\),%r9,4095\(%r10\)
|
.*: ee 69 5f ff af ff [ ]*plo %r6,4095\(%r5\),%r9,4095\(%r10\)
|
||||||
.*: 01 01 [ ]*pr
|
.*: 01 01 [ ]*pr
|
||||||
.*: b2 28 00 69 [ ]*pt %r6,%r9
|
.*: b2 28 00 69 [ ]*pt %r6,%r9
|
||||||
|
@ -339,7 +339,7 @@ foo:
|
|||||||
pgin %r6,%r9
|
pgin %r6,%r9
|
||||||
pgout %r6,%r9
|
pgout %r6,%r9
|
||||||
pka 4095(%r5),4095(32,%r10)
|
pka 4095(%r5),4095(32,%r10)
|
||||||
pku 4095(256,%r5),4095(%r10)
|
pku 4095(%r5),4095(256,%r10)
|
||||||
plo %r6,4095(%r5),%r9,4095(%r10)
|
plo %r6,4095(%r5),%r9,4095(%r10)
|
||||||
pr
|
pr
|
||||||
pt %r6,%r9
|
pt %r6,%r9
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||||
|
|
||||||
|
* s390-opc.txt: Set instruction type of pku to SS_L2RDRD.
|
||||||
|
|
||||||
2012-02-27 Alan Modra <amodra@gmail.com>
|
2012-02-27 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* mt-dis.c: Regenerate.
|
* mt-dis.c: Regenerate.
|
||||||
|
@ -372,7 +372,7 @@ b278 stcke S_RD "store clock extended" g5 esa,zarch
|
|||||||
b2a5 tre RRE_RER "translate extended" g5 esa,zarch
|
b2a5 tre RRE_RER "translate extended" g5 esa,zarch
|
||||||
eb000000008e mvclu RSE_RERERD "move long unicode" g5 esa,zarch
|
eb000000008e mvclu RSE_RERERD "move long unicode" g5 esa,zarch
|
||||||
e9 pka SS_L2RDRD "pack ascii" g5 esa,zarch
|
e9 pka SS_L2RDRD "pack ascii" g5 esa,zarch
|
||||||
e1 pku SS_L0RDRD "pack unicode" g5 esa,zarch
|
e1 pku SS_L2RDRD "pack unicode" g5 esa,zarch
|
||||||
b993 troo RRE_RER "translate one to one" g5 esa,zarch
|
b993 troo RRE_RER "translate one to one" g5 esa,zarch
|
||||||
b992 trot RRE_RER "translate one to two" g5 esa,zarch
|
b992 trot RRE_RER "translate one to two" g5 esa,zarch
|
||||||
b991 trto RRE_RER "translate two to one" g5 esa,zarch
|
b991 trto RRE_RER "translate two to one" g5 esa,zarch
|
||||||
|
Reference in New Issue
Block a user