https://sourceware.org/bugzilla/show_bug.cgi?id=26237
--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The binutils-2_35-branch branch has been updated by H.J. Lu <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ed0e8aece0dc81f54e2593abac7eba3379705a8e commit ed0e8aece0dc81f54e2593abac7eba3379705a8e Author: H.J. Lu <hjl.to...@gmail.com> Date: Mon Jul 13 10:18:39 2020 -0700 x86: Remove 32-bit sign extension in offset_in_range When encoding a 32-bit offset, there is no need to sign-extend it to 64 bits since only the lower 32 bits are used. PR gas/26237 * config/tc-i386.c (offset_in_range): Remove 32-bit sign extension. (cherry picked from commit 7a705315596cf5effe01de8c3ac2535687c5663d) -- You are receiving this mail because: You are on the CC list for the bug.