diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2010-10-11 11:56:53 +0000 |
---|---|---|
committer | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2010-10-11 11:56:53 +0000 |
commit | a3ec2691d043b53f9e77cbfc854f8473c090d2e6 (patch) | |
tree | f28b5163940d152efbd9dec3e59b901cee48f9b5 /opcodes/ChangeLog | |
parent | b8f9044ba97e588961252e48aa01348d5406c6e1 (diff) | |
download | gdb-a3ec2691d043b53f9e77cbfc854f8473c090d2e6.zip gdb-a3ec2691d043b53f9e77cbfc854f8473c090d2e6.tar.gz gdb-a3ec2691d043b53f9e77cbfc854f8473c090d2e6.tar.bz2 |
2010-10-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* s390-opc.c: Make the instruction masks for the load/store on
condition instructions to cover the condition code mask as well.
* s390-opc.txt: lgoc -> locg and stgoc -> stocg.
2010-10-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gas/s390/zarch-z196.d: Adjust the load/store on condition
instructions.
* gas/s390/zarch-z196.s: Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5336e46..8581095 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2010-10-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> + + * s390-opc.c: Make the instruction masks for the load/store on + condition instructions to cover the condition code mask as well. + * s390-opc.txt: lgoc -> locg and stgoc -> stocg. + 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com> Jiang Jilin <freephp@gmail.com> |