[Nasm-bugs] [Bug 3392408] Self-relative expressions on macho64

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Thu Jun 22 22:31:49 PDT 2017


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

--- Comment #12 from H. Peter Anvin <hpa at zytor.com> ---
YASM, on the other hand, always generates X86_64_RELOC_SIGNED, just like
RIP-relative expressions, but *always* references a symbol.  This is probably
the way to go; we already have one rbtree in the macho backend (for global
symbols) so we might just want to add another (for any symbol.)

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