summaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2013-10-10 17:43:37 +0000
committerRoland McGrath <roland@gnu.org>2013-10-10 17:43:37 +0000
commit8f882e03884d211f6aa2aa95c55e81a57ccfb611 (patch)
treeef96e44845931f7fe145a98478f6eb04b944e236 /opcodes/ChangeLog
parentfbee2c8d33bd03e436a3e4adec6c86dc6b849df9 (diff)
downloadbinutils-redhat-8f882e03884d211f6aa2aa95c55e81a57ccfb611.tar.gz
opcodes/
* cr16-opc.c (REG): Cast NAME to 'reg' enum type to suppress possible compiler warnings when the union's initializer is actually meant for the 'preg' enum typed member. * crx-opc.c (REG): Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 490615fdd9..d8e7e3b2ec 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2013-10-10 Roland McGrath <mcgrathr@google.com>
+ * cr16-opc.c (REG): Cast NAME to 'reg' enum type to suppress
+ possible compiler warnings when the union's initializer is
+ actually meant for the 'preg' enum typed member.
+ * crx-opc.c (REG): Likewise.
+
* v850-dis.c (v850_cacheop_codes, v850_prefop_codes):
Remove duplicate const qualifier.