[Nasm-bugs] [Bug 3392781] Local labels get emitted in object and break dead striping on macOS.

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Thu Sep 2 18:42:21 PDT 2021


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

--- Comment #2 from Andrew Fish <afish at apple.com> ---
OK doing some more research I realize I'm conflating nasm local labels (copied
from Amiga assembler) with the gas single-digit-label-isn’t-a-symbol thing. It
looks like people just use the gas like names, but it means something very
different. 

So I guess I should up level and ask is there a way to request a label that
does not end up in the assembler? Or to get this behavior from local labels. 

I guess for macOS I can just for the labels to start with 'L' and for ELF '.L'.
You can't do this with local labels due to the real label prefix. Open to any
ideas here?

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


More information about the Nasm-bugs mailing list