aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-12-11 08:57:45 +1030
committerAlan Modra <amodra@gmail.com>2019-12-11 11:42:09 +1030
commit5c05618a0a1f94565001a19da28595ce1dc537f8 (patch)
tree7621eeff0955bb221e096e9561f4c1239de416bb /opcodes/ChangeLog
parent2a81ccbbbf81ab9c66ba366a0c1da7abb6460423 (diff)
downloadgdb-5c05618a0a1f94565001a19da28595ce1dc537f8.zip
gdb-5c05618a0a1f94565001a19da28595ce1dc537f8.tar.gz
gdb-5c05618a0a1f94565001a19da28595ce1dc537f8.tar.bz2
ubsan: vax: left shift cannot be represented in type 'int'
* vax-dis.c (NEXTLONG): Avoid signed overflow.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 2ad26cb..c1fce7f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,9 @@
2019-12-11 Alan Modra <amodra@gmail.com>
+ * vax-dis.c (NEXTLONG): Avoid signed overflow.
+
+2019-12-11 Alan Modra <amodra@gmail.com>
+
* v850-dis.c (get_operand_value): Use unsigned arithmetic. Don't
sign extend using shifts.