[Nasm-bugs] [Bug 3392654] Certain testcase with -felf -g results in segmentation fault

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Wed Apr 22 14:11:17 PDT 2020


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

--- Comment #11 from C. Masloch <pushbx at ulukai.org> ---
I just tested
https://repo.or.cz/nasm.git/commitdiff/74b2731f2cef0f1ec8c0c6e6e3dee9492b851e8c
and it seems to succeed, no crash and with debugging information present:

$ patnasm -v
NASM version 2.15rc0 compiled on Apr 22 2020
$ patnasm -felf -g test.asm -o test.pat
$ objdump -S test.pat

test.pat:     file format elf32-i386


Disassembly of section .text:

00000000 <foo>:

section .text
global foo
foo:
        mov eax, 1234
   0:   b8 d2 04 00 00          mov    $0x4d2,%eax
        retn
   5:   c3                      ret    
$

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