[Nasm-bugs] [Bug 3392629] nasm 20191023 adds an underscore as the first letter for any export symbol

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Tue Feb 4 16:31:23 PST 2020


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

--- Comment #7 from Chang S. Bae <chang.seok.bae at intel.com> ---
Okay, I have no reason not to test the win64 format. It looks to be the same:

> ./nasm -fwin64 -o test_sym.o test_sym.asm;objdump --syms test_sym.o

test_sym.o:     file format COFF-x86-64

SYMBOL TABLE:
[ 0](sec -2)(fl 0x00)(ty   0)(scl  67) (nx 1) 0x00000000 .file
AUX test_sym.asm
[ 2](sec  1)(fl 0x00)(ty   0)(scl   3) (nx 1) 0x00000000 .text
AUX scnlen 0x1 nreloc 0 nlnno 0 checksum 0x0 assoc 0 comdat 0
[ 4](sec -1)(fl 0x00)(ty   0)(scl   3) (nx 0) 0x00000000 .absolut
[ 5](sec  0)(fl 0x00)(ty   0)(scl   2) (nx 0) 0x00000000 _convert

> ./nasm -fwin64 -DWIN64  -o test_sym.o test_sym.asm;objdump --syms test_sym.o

test_sym.o:     file format COFF-x86-64

SYMBOL TABLE:
[ 0](sec -2)(fl 0x00)(ty   0)(scl  67) (nx 1) 0x00000000 .file
AUX test_sym.asm
[ 2](sec  1)(fl 0x00)(ty   0)(scl   3) (nx 1) 0x00000000 .text
AUX scnlen 0x1 nreloc 0 nlnno 0 checksum 0x0 assoc 0 comdat 0
[ 4](sec -1)(fl 0x00)(ty   0)(scl   3) (nx 0) 0x00000000 .absolut
[ 5](sec  0)(fl 0x00)(ty   0)(scl   2) (nx 0) 0x00000000 convert

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