[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 20:32:50 PDT 2017


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

--- Comment #8 from H. Peter Anvin <hpa at zytor.com> ---
One possible way to hack around this, and I mean *hack* around this, might be
to emit a generated symbol with an impossible name (e.g. ".NASM SECT #"
including the special spaces) at the top of each section and using "external"
relocations relative to this symbol.  It seems like an ugly as *** hack, but
I'm starting to run out of ideas...

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