[Nasm-bugs] [Bug 3392498] New: macho: label changed during code generation

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Thu Jul 12 09:49:56 PDT 2018


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

            Bug ID: 3392498
           Summary: macho: label changed during code generation
           Product: NASM
           Version: 2.14 (development)
          Hardware: Macintosh
                OS: Mac OS
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: zenith432 at users.sourceforge.net
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Binary from nasm.us

with 2.14rc15

cat bug.nasm
        static n
        section .text
n:
        jmp .1
.1:

%pragma output subsections_via_symbols
%pragma output lprefix L


nasm -f macho bug.nasm
bug.nasm:5: warning: label `n.1' changed during code generation
bug.nasm:8: error: phase error during code generation pass

nasm -f macho64 bug.nasm
bug.nasm:5: warning: label `n.1' changed during code generation
bug.nasm:8: error: phase error during code generation pass

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