[Nasm-bugs] [Bug 3392394] Spurious warning with explicit use of REL

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Thu Apr 6 22:39:21 PDT 2017


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

zenith432 at users.sourceforge.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|OPEN                        |RESOLVED
                 CC|                            |zenith432 at users.sourceforge
                   |                            |.net
         Resolution|---                         |FIXED

--- Comment #2 from zenith432 at users.sourceforge.net ---
I tried and it's not present in 2.13rc10

There's a change in the source code for assemble.c

In 2.12.02
<                nasm_error(ERR_WARNING | ERR_PASS1, "absolute address can not
be RIP-relative");

In head of master
>                    nasm_error(ERR_WARNING | ERR_PASS2,
>                               "absolute address can not be RIP-relative");

-- 
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