aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2009-06-19 10:55:42 +0000
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2009-06-19 10:55:42 +0000
commitce21feb4baa0e93d4ce510f755cd5b92ec1580d0 (patch)
tree49d30babd6749552e49ebad3283a8e8c79129640 /opcodes/ChangeLog
parentb8674692ae6dc6be8d235e2a4cef7f13402f2322 (diff)
downloadgdb-ce21feb4baa0e93d4ce510f755cd5b92ec1580d0.zip
gdb-ce21feb4baa0e93d4ce510f755cd5b92ec1580d0.tar.gz
gdb-ce21feb4baa0e93d4ce510f755cd5b92ec1580d0.tar.bz2
* s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT,
MASK_RX_0RRD_OPT): New instruction formats with optional arguments. * s390-opc.txt (nopr, nop): Use new instruction format.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index a3a2263..82639d8 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-19 Martin Schwidefsky <sschwidefsky@de.ibm.com>
+
+ * s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT,
+ MASK_RX_0RRD_OPT): New instruction formats with optional arguments.
+ * s390-opc.txt (nopr, nop): Use new instruction format.
+
2009-06-18 Nick Clifton <nickc@redhat.com>
PR 10288