bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/30856] Regression: operand size mismatch for `push'


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/30856] Regression: operand size mismatch for `push'
Date: Wed, 27 Sep 2023 08:57:27 +0000

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
<jbeulich@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7fe76f02413fff61566ae52ec80d581da1e264a2

commit 7fe76f02413fff61566ae52ec80d581da1e264a2
Author: Jan Beulich <jbeulich@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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]