]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/dwarf.c
binutils: Fix left shift of negative value.
authorDominik Vogt <vogt@linux.vnet.ibm.com>
Mon, 9 Nov 2015 16:12:56 +0000 (17:12 +0100)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Mon, 9 Nov 2015 16:12:56 +0000 (17:12 +0100)
commitc4e0beacd71d4a65cfbe27466ae3d0403c39ead5
tree09710f91615986de4df254d6132d3d7d986e3fa2
parent29f628db8835fd86b85ffb40d4a9ed5b1c28f1e6
binutils: Fix left shift of negative value.

This patch fixes all occurences of left-shifting negative constants in C code
which is undefined by the C standard.

binutils/ChangeLog:

        * dwarf.c (read_leb128): Fix left shift of negative value.
binutils/ChangeLog
binutils/dwarf.c