* dwarf2loc.c (unimplemented): Handle unnamed opcodes.

(compile_dwarf_to_ax) <default>: Use unimplemented.
	<DW_OP_deref>: Update.
	(disassemble_dwarf_expression): Update.
	* dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
	(decode_locdesc): Update.
	* dwarf2expr.h (dwarf_stack_op_name): Update.
This commit is contained in:
Tom Tromey 2011-02-16 21:32:05 +00:00
parent 5f1e6f1949
commit b1bfef6533
4 changed files with 37 additions and 10 deletions

View file

@ -229,7 +229,7 @@ const gdb_byte *read_uleb128 (const gdb_byte *buf, const gdb_byte *buf_end,
const gdb_byte *read_sleb128 (const gdb_byte *buf, const gdb_byte *buf_end,
LONGEST * r);
const char *dwarf_stack_op_name (unsigned int, int);
const char *dwarf_stack_op_name (unsigned int);
void dwarf_expr_require_composition (const gdb_byte *, const gdb_byte *,
const char *);