[Nasm-bugs] [Bug 3392731] Line numbers go wrong in include files

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Sun Dec 27 11:49:14 PST 2020


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

--- Comment #5 from scrouthtv at gmail.com ---
For me this is fixed with git @ dc4a19

git @ dc4a19 yields a different debugging information than current release
2.15.05:
31c31
<     <2a>   DW_AT_producer    : NASM 2.15.05
---
>     <2a>   DW_AT_producer    : NASM 2.16rc0
89,98c89,98
<   [0x00000049]  Special opcode 9: advance Address by 0 to 0x0 and Line by 4
to 5
<   [0x0000004a]  Special opcode 76: advance Address by 5 to 0x5 and Line by 1
to 6
<   [0x0000004b]  Special opcode 76: advance Address by 5 to 0xa and Line by 1
to 7
<   [0x0000004c]  Special opcode 34: advance Address by 2 to 0xc and Line by 1
to 8
<   [0x0000004d]  Special opcode 34: advance Address by 2 to 0xe and Line by 1
to 9
<   [0x0000004e]  Special opcode 76: advance Address by 5 to 0x13 and Line by 1
to 10
<   [0x0000004f]  Special opcode 76: advance Address by 5 to 0x18 and Line by 1
to 11
<   [0x00000050]  Special opcode 22: advance Address by 1 to 0x19 and Line by 3
to 14
<   [0x00000051]  Special opcode 76: advance Address by 5 to 0x1e and Line by 1
to 15
<   [0x00000052]  Special opcode 76: advance Address by 5 to 0x23 and Line by 1
to 16
---
>   [0x00000049]  Special opcode 8: advance Address by 0 to 0x0 and Line by 3 to 4
>   [0x0000004a]  Special opcode 76: advance Address by 5 to 0x5 and Line by 1 to 5
>   [0x0000004b]  Special opcode 76: advance Address by 5 to 0xa and Line by 1 to 6
>   [0x0000004c]  Special opcode 34: advance Address by 2 to 0xc and Line by 1 to 7
>   [0x0000004d]  Special opcode 34: advance Address by 2 to 0xe and Line by 1 to 8
>   [0x0000004e]  Special opcode 76: advance Address by 5 to 0x13 and Line by 1 to 9
>   [0x0000004f]  Special opcode 76: advance Address by 5 to 0x18 and Line by 1 to 10
>   [0x00000050]  Special opcode 22: advance Address by 1 to 0x19 and Line by 3 to 13
>   [0x00000051]  Special opcode 76: advance Address by 5 to 0x1e and Line by 1 to 14
>   [0x00000052]  Special opcode 76: advance Address by 5 to 0x23 and Line by 1 to 15
100c100
<   [0x00000055]  Advance Line by -9 to 7
---
>   [0x00000055]  Advance Line by -8 to 7

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