[Nasm-bugs] [Bug 3392608] multi-section bin format: two sections following the same section, one implicitly, gives wrong error message

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Mon Sep 9 13:40:58 PDT 2019


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

--- Comment #3 from C. Masloch <pushbx at ulukai.org> ---
Another failing case:


$ cat test4.asm
section DATA2
start_data2:
section FREE follows=DATAEND
start_free:
section DATAEND follows=DATA2
start_dataend:
$ nasm -v
NASM version 2.12.01
$ nasm test4.asm
nasm: fatal: sections DATAEND and DATAEND can't both follow section DATA2
$ newnasm -v
NASM version 2.15rc0 compiled on Aug 21 2019
$ newnasm test4.asm
test4.asm: fatal: sections DATAEND and DATAEND can't both follow section DATA2
$

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