aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorGraham Markall <graham.markall@embecosm.com>2016-07-06 19:01:53 +0100
committerGraham Markall <graham.markall@embecosm.com>2016-11-03 17:14:37 +0000
commit2e27220211249bfeb38b10e630b33fbd170fce6c (patch)
tree88d3008b08efacd7de30a4a48643ac27585d778f /include/ChangeLog
parent06fe285fd293e999481ec8f5c619658aa5e3b48b (diff)
downloadgdb-2e27220211249bfeb38b10e630b33fbd170fce6c.zip
gdb-2e27220211249bfeb38b10e630b33fbd170fce6c.tar.gz
gdb-2e27220211249bfeb38b10e630b33fbd170fce6c.tar.bz2
opcodes/arc: Make some macros 64-bit safe
In preparation to moving to a world where arc instructions can be 2, 4, 6, or 8 bytes long, make some macros 64-bit safe. There should be no functional change after this commit. include/ChangeLog: * opcode/arc.h: Make macros 64-bit safe.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index e21ad35..4ac60af 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-03 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * opcode/arc.h: Make macros 64-bit safe.
+
2016-11-03 Graham Markall <graham.markall@embecosm.com>
* opcode/arc.h (arc_opcode_len): Declare.