[Nasm-bugs] [Bug 3392859] coff output produces undefined symbols

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Tue May 30 00:56:34 PDT 2023


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

stsp2 at yandex.ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stsp2 at yandex.ru

--- Comment #1 from stsp2 at yandex.ru ---
The problem seems to be the default
section. For elf its .text, but for coff
it is probably not defined.
Adding
section .text
to the input file solves the problem.

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