[Nasm-bugs] [Bug 3392610] New: Directives 'prefix' bug

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Wed Sep 18 16:31:41 PDT 2019


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

            Bug ID: 3392610
           Summary: Directives 'prefix' bug
           Product: NASM
           Version: 2.14.xx
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: bc-info at styx.cabel.net
                CC: chang.seok.bae at intel.com, gorcunov at gmail.com,
                    hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Binary from nasm.us

Directive g(prefix) don't work for win32/win64/obj/output format's for
extern's.
E.g.
   %pragma gprefix output _
   extern malloc
   call malloc
create reference to 'malloc', nor '_malloc'

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