[Nasm-bugs] [Bug 3392834] New: section property's are incorrectly being preprocessed.

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Mon Mar 6 16:13:40 PST 2023


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

            Bug ID: 3392834
           Summary: section property's are incorrectly being preprocessed.
           Product: NASM
           Version: 2.16.xx
          Hardware: PC
                OS: Linux
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: mikar_gibbros at yahoo.com
                CC: chang.seok.bae at intel.com, gorcunov at gmail.com,
                    hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: From OS distribution

%ixdefine start not_start
[section mine align=1 start=0x80] ; preprocessed to [section mine align=1
not_start=0x80]
; 2  ******************       warning: ignoring unknown section attribute:
"not_start=0x80" [-w+other]

; anything left of = should not auto preprocess/expand/dereference.
; If this capability was intentional then the following code should be required
to expand:
; [section mine align=1 %[start]=0x80]

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