On 07/22/2011 12:54 PM, Michael Eager wrote: > The definition of opcodes in the line number table is different from > opcodes in other tables, including a modified macro table. There > are many opcodes (essentially every possible value is used) and the > specific meaning of the opcodes may be different for different targets.
I'm referring to the standard_opcode_lengths section of the .debug_line header here. We're trying to do something similar for the .debug_macro section. r~