aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2016-06-11 07:20:02 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2016-06-14 11:41:34 -0700
commit99a54ef6f705eedb20f8f4baf3fdd47cc5ca8a92 (patch)
tree2beb7125c18fc8665cf443b4a360d5bb9246a92e /include/ChangeLog
parenteecc1a7faa15327d4a1fc574d9b54e86bb07cbec (diff)
downloadgdb-99a54ef6f705eedb20f8f4baf3fdd47cc5ca8a92.zip
gdb-99a54ef6f705eedb20f8f4baf3fdd47cc5ca8a92.tar.gz
gdb-99a54ef6f705eedb20f8f4baf3fdd47cc5ca8a92.tar.bz2
Change the size field of MSP430_Opcode_Decoded to a plain integer.
The size field was defined as an instance of an enum, but existing code treats the size field as a plain integer containing a bit count. include/ChangeLog: * opcode/msp430-decode.h (MSP430_Size): Remove. (Msp430_Opcode_Decoded): Change type of size to int.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 722b8a5..46a2f3a 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-14 John Baldwin <jhb@FreeBSD.org>
+
+ * opcode/msp430-decode.h (MSP430_Size): Remove.
+ (Msp430_Opcode_Decoded): Change type of size to int.
+
2016-06-11 Alan Modra <amodra@gmail.com>
* coff/sparc.h (COFF_ADJUST_SYM_OUT_POST): Define.