diff options
author | Alan Modra <amodra@gmail.com> | 2019-12-11 08:37:53 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-12-11 11:40:51 +1030 |
commit | 205c426a9bb387204a21165e2275e31c32248035 (patch) | |
tree | 98858f5426369d3f2b7315fa6b8822bfe1238e0c /opcodes/ChangeLog | |
parent | fb4cb4e26d16f928f00973fcdc99934c9174c957 (diff) | |
download | gdb-205c426a9bb387204a21165e2275e31c32248035.zip gdb-205c426a9bb387204a21165e2275e31c32248035.tar.gz gdb-205c426a9bb387204a21165e2275e31c32248035.tar.bz2 |
ubsan: s12z: left shift cannot be represented in type 'int'
* s12z-opc.c (z_decode_signed_value): Avoid signed overflow.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ddf8cd0..a8e1d30 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2019-12-11 Alan Modra <amodra@gmail.com> + * s12z-opc.c (z_decode_signed_value): Avoid signed overflow. + +2019-12-11 Alan Modra <amodra@gmail.com> + * ns32k-dis.c (bit_extract): Use unsigned arithmetic. (bit_extract_simple, sign_extend): Likewise. |