[Nasm-bugs] [Bug 3392361] warning: absolute address can not be RIP-relative

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Fri Oct 28 00:30:49 PDT 2016


https://bugzilla.nasm.us/show_bug.cgi?id=3392361

Agner <agner at agner.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |agner at agner.org

--- Comment #4 from Agner <agner at agner.org> ---
Same problem with a forward rip-relative reference. Example:

lea rdx, [rel L1]
jmp rdx
L1:

This produces a warning in nasm version 2.12.03, but not in version 2.11.09.
Command line: nasm -felf64 test.nasm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list