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
commitb40e58a5b1307806812183a6b2a3fd0bbd0c401f (patch)
treedfb19e100148463bedd3b43f33426e2a3dde8602 /opcodes/ChangeLog
parentee9007efed0ea73292676b4986bc583fa5cd19e0 (diff)
downloadgdb-b40e58a5b1307806812183a6b2a3fd0bbd0c401f.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 490615fdd96..d8e7e3b2ec9 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.