https://sourceware.org/bugzilla/show_bug.cgi?id=30856
--- Comment #10 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The binutils-2_41-branch branch has been updated by Jan Beulich <jbeul...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7fe76f02413fff61566ae52ec80d581da1e264a2 commit 7fe76f02413fff61566ae52ec80d581da1e264a2 Author: Jan Beulich <jbeul...@suse.com> Date: Wed Sep 27 10:53:38 2023 +0200 x86-64: fix suffix-less PUSH of symbol address PR gas/30856 In 5cc007751cdb ("x86: further adjust extend-to-32bit-address conditions") I neglected the case of PUSH, which is the only insn allowing (proper) symbol addresses to be used as immediates (not displacements, like CALL/JMP) in the absence of any register operands. Since it defaults to 64-bit operand size, guessing an L suffix is wrong there. -- You are receiving this mail because: You are on the CC list for the bug.