summaryrefslogtreecommitdiffstats
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2013-10-10 17:44:18 +0000
committerRoland McGrath <roland@gnu.org>2013-10-10 17:44:18 +0000
commit3f93abb6e7863f98993c3227c471478154bdac30 (patch)
treef4ca43ef3c2ec3264e978ace3f3d3cb396efc2f5 /opcodes/ChangeLog
parent8744aeb53a0c1cf60f544ad3d4696dfd5e9877cf (diff)
downloadppe42-binutils-3f93abb6e7863f98993c3227c471478154bdac30.tar.gz
ppe42-binutils-3f93abb6e7863f98993c3227c471478154bdac30.zip
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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 91b9192273..0dabf367cb 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,12 @@
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.
+
+2013-10-10 Roland McGrath <mcgrathr@google.com>
+
* v850-dis.c (v850_cacheop_codes, v850_prefop_codes):
Remove duplicate const qualifier.
OpenPOWER on IntegriCloud