diff options
author | Alan Modra <amodra@gmail.com> | 2020-01-11 12:23:47 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-01-13 12:12:05 +1030 |
commit | 7ef412cf72a197d68e532604cc1fa21351adc858 (patch) | |
tree | 8175e2bb61b520a3e7ff837845ffc2cb9872b3de /opcodes/ChangeLog | |
parent | aa1f7fb133a5a4f95af8286f58b689d6ae131488 (diff) | |
download | gdb-7ef412cf72a197d68e532604cc1fa21351adc858.zip gdb-7ef412cf72a197d68e532604cc1fa21351adc858.tar.gz gdb-7ef412cf72a197d68e532604cc1fa21351adc858.tar.bz2 |
ubsan: xgate: left shift of negative value
* xgate-dis.c (print_insn): Don't left shift signed value.
(ripBits): Formatting, use 1u.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 68538bd..e2e9b10 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2020-01-13 Alan Modra <amodra@gmail.com> + + * xgate-dis.c (print_insn): Don't left shift signed value. + (ripBits): Formatting, use 1u. + 2020-01-10 Alan Modra <amodra@gmail.com> * tilepro-opc.c (parse_insn_tilepro): Make opval unsigned. |