diff options
author | Tom Tromey <tromey@redhat.com> | 2011-02-16 21:32:05 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-02-16 21:32:05 +0000 |
commit | b1bfef653388230e8c7cf1a668c2cf2461c22fc1 (patch) | |
tree | eeff906238acb7c2bb8611b13bc9f6db5ac6219b /gdb/dwarf2expr.h | |
parent | 5f1e6f19499e47ced2f00e78919636e4f5279ae8 (diff) | |
download | gdb-b1bfef653388230e8c7cf1a668c2cf2461c22fc1.zip gdb-b1bfef653388230e8c7cf1a668c2cf2461c22fc1.tar.gz gdb-b1bfef653388230e8c7cf1a668c2cf2461c22fc1.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/dwarf2expr.h')
-rw-r--r-- | gdb/dwarf2expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2expr.h b/gdb/dwarf2expr.h index 3858dc8..620269f 100644 --- a/gdb/dwarf2expr.h +++ b/gdb/dwarf2expr.h @@ -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 *); |