aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-12-11 08:34:57 +1030
committerAlan Modra <amodra@gmail.com>2019-12-11 11:40:33 +1030
commitfb4cb4e26d16f928f00973fcdc99934c9174c957 (patch)
tree29b29e3cc3b8105f4a37ede29652a2605bf48a91 /opcodes/ChangeLog
parent96f1f60460a87fa63c33e1004f2c98d30f686d8d (diff)
downloadgdb-fb4cb4e26d16f928f00973fcdc99934c9174c957.zip
gdb-fb4cb4e26d16f928f00973fcdc99934c9174c957.tar.gz
gdb-fb4cb4e26d16f928f00973fcdc99934c9174c957.tar.bz2
ubsan: ns32k: left shift cannot be represented in type 'int'
* ns32k-dis.c (bit_extract): Use unsigned arithmetic. (bit_extract_simple, sign_extend): 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 b36a9e2..ddf8cd0 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2019-12-11 Alan Modra <amodra@gmail.com>
+ * ns32k-dis.c (bit_extract): Use unsigned arithmetic.
+ (bit_extract_simple, sign_extend): Likewise.
+
+2019-12-11 Alan Modra <amodra@gmail.com>
+
* nios2-dis.c (nios2_print_insn_arg): Use 1u << 31.
2019-12-11 Alan Modra <amodra@gmail.com>