aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2expr.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-02-16 21:32:05 +0000
committerTom Tromey <tromey@redhat.com>2011-02-16 21:32:05 +0000
commitb1bfef653388230e8c7cf1a668c2cf2461c22fc1 (patch)
treeeeff906238acb7c2bb8611b13bc9f6db5ac6219b /gdb/dwarf2expr.h
parent5f1e6f19499e47ced2f00e78919636e4f5279ae8 (diff)
downloadgdb-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.h2
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 *);