diff options
author | Tom Tromey <tromey@redhat.com> | 2012-05-07 15:18:38 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-05-07 15:18:38 +0000 |
commit | f39c6ffde753509963229ab018b461be2600dd2a (patch) | |
tree | fb2f60efaa19326349e1cd156acb3b051d3b7c7e /gdb/dwarf2expr.h | |
parent | a19c41a7dca12421143a3e7b8cb2dfed2bd8c48d (diff) | |
download | binutils-gdb-f39c6ffde753509963229ab018b461be2600dd2a.tar.gz |
* dwarf2read.c (dwarf_tag_name): Return const char *. Use
get_DW_TAG_name.
(dwarf_attr_name): Return const char *. Use get_DW_AT_name.
(dwarf_form_name): Return const char *. Use get_DW_FORM_name.
(dwarf_stack_op_name): Remove.
(dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
(decode_locdesc): Use get_DW_OP_name.
* dwarf2loc.c (unimplemented): Use get_DW_OP_name.
(dwarf2_compile_expr_to_ax): Likewise.
(disassemble_dwarf_expression): Likewise.
* dwarf2expr.h: (dwarf_stack_op_name): Remove.
Diffstat (limited to 'gdb/dwarf2expr.h')
-rw-r--r-- | gdb/dwarf2expr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/dwarf2expr.h b/gdb/dwarf2expr.h index 0c55c109a84..3699dbbe63a 100644 --- a/gdb/dwarf2expr.h +++ b/gdb/dwarf2expr.h @@ -279,8 +279,6 @@ 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); - void dwarf_expr_require_composition (const gdb_byte *, const gdb_byte *, const char *); |