FS#55216 - [nasm] Does not support debugging symbol -g ?

Attached to Project: Arch Linux
Opened by Ahmed Bilal (abk) - Monday, 21 August 2017, 06:11 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 01 September 2017, 05:31 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Steps to reproduce:
Try to create object file using this command
nasm -f elf32 first.asm -o first.o -g

first.asm is attached
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 01 September 2017, 05:31 GMT
Reason for closing:  Not a bug
Additional comments about closing:  User requested
Comment by Doug Newgard (Scimmia) - Thursday, 31 August 2017, 15:12 GMT
And what are you expecting it to do? After reading http://www.nasm.us/doc/nasmdoc2.html#section-2.1.12 , I'd say this may be expected behavior.

Loading...