avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Possible "bug" in DWARF-2 output


From: John Voltz
Subject: [avr-gcc-list] Possible "bug" in DWARF-2 output
Date: Fri, 30 Dec 2005 17:09:53 -0500

Hi,
 
I've come across a possible mistake in the generation of the debug_line section, standard opcode 0x02 DW_LNS_advance_pc (requiring an unsigned LEB operand) is used where it appears that 0x09 DW_LNS_fixed_advance_pc should be used, as it requires an unencoded uhalf operand. Is this correct?
 
Thanks,
 
John Voltz

reply via email to

[Prev in Thread] Current Thread [Next in Thread]