[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 17:35:50 PDT 2021


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

Andrew Fish <afish at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |afish at apple.com

--- Comment #1 from Andrew Fish <afish at apple.com> ---
This is for TianoCore edk2 common nasm code. I think my only option right now
is to convert all local labels to labels that start with an L. This is not the
greatest answer since a lot of this nasm code is generated on Windows or Linux
systems that do not have the same dead striping rules. Things just break on
macOS :(.

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