]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fixes: "gas/read.c:5087:12: error: left shift of negative"
authorNick Clifton <nickc@redhat.com>
Fri, 22 May 2015 13:27:36 +0000 (14:27 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 22 May 2015 13:27:36 +0000 (14:27 +0100)
commit29798047afaa22335a504280a5bbdbafe2b1b63d
treed05ce9666fb38ac80a84eee00d645e0be2d2dca5
parenta4ea0946c3f1badd6755b85b4e50e2ec4841e69c
Fixes: "gas/read.c:5087:12: error: left shift of negative"
PR gas/18446
* read.c (output_big_sleb128): Use U suffix to prevent compile
time warning.
gas/ChangeLog
gas/read.c