aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-12-17 22:18:57 +1030
committerAlan Modra <amodra@gmail.com>2019-12-17 22:58:11 +1030
commite46d79a76ea748165a3ecd1102dd10498d089a49 (patch)
tree87624397389d62e7d08f6ffd0eac98106eac258c /opcodes/ChangeLog
parent660df28acfa1b58c978d65d9cb26d37023f791ce (diff)
downloadgdb-e46d79a76ea748165a3ecd1102dd10498d089a49.zip
gdb-e46d79a76ea748165a3ecd1102dd10498d089a49.tar.gz
gdb-e46d79a76ea748165a3ecd1102dd10498d089a49.tar.bz2
ubsan: nds32: left shift cannot be represented in type 'int'
Yet more. * nds32-dis.c (nds32_mask_opcode): Avoid signed overflow. (print_insn_nds32): Use uint64_t for "given" and "given1".
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 744d8f8..1e9945e 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2019-12-17 Alan Modra <amodra@gmail.com>
+ * nds32-dis.c (nds32_mask_opcode): Avoid signed overflow.
+ (print_insn_nds32): Use uint64_t for "given" and "given1".
+
+2019-12-17 Alan Modra <amodra@gmail.com>
+
* tic80-dis.c: Delete file.
* tic80-opc.c: Delete file.
* disassemble.c: Remove tic80 support.