aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2007-02-19 17:29:37 +0000
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2007-02-19 17:29:37 +0000
commitb8e558488cb3c85687107ef81b2504fac0c11a6b (patch)
treefce66d1f71354af9c9d1b2a2a12f47e6608541f1 /opcodes/ChangeLog
parenta4708fba59da8deeabb7261924d135d123e8074b (diff)
downloadfsf-binutils-gdb-b8e558488cb3c85687107ef81b2504fac0c11a6b.zip
fsf-binutils-gdb-b8e558488cb3c85687107ef81b2504fac0c11a6b.tar.gz
fsf-binutils-gdb-b8e558488cb3c85687107ef81b2504fac0c11a6b.tar.bz2
2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
* s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type. * s390-opc.c (s390_operands): Add RO_28 as optional gpr. (INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc and sfpc.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 72609ef..ea4567e 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
+
+ * s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
+ * s390-opc.c (s390_operands): Add RO_28 as optional gpr.
+ (INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc
+ and sfpc.
+
2007-02-16 Nick Clifton <nickc@redhat.com>
PR binutils/4045