On 07/21/2011 10:10 AM, Richard Henderson wrote:
I've been wondering if the header shouldn't contain the opcode definitions, similar to .debug_line, and drop your _define_opcode. It does mean that you couldn't re-define opcodes within any one sequence, but does that actually seem useful?
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. It seems unlikely that different targets would have different meanings for the macro opcodes. -- Michael Eager [email protected] 1960 Park Blvd., Palo Alto, CA 94306 650-325-8077
