* dwarf.h (debug_info): Add offset_info and dwarf_version fields.
authorJakub Jelinek <jakub@redhat.com>
Thu, 9 Sep 2010 10:18:12 +0000 (10:18 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 9 Sep 2010 10:18:12 +0000 (10:18 +0000)
commitb7807392f042c1bb9f3acdc73c285aa138fd8cb1
tree52a927058576ea0cbfdeaacd90fdc33df4067630
parent7326c758fd67de5fdaf703c4d24454692e8113e4
* dwarf.h (debug_info): Add offset_info and dwarf_version fields.
* dwarf.c (decode_location_expression): Add offset_size and
dwarf_version arguments.  Prefix DIE offset with 0x for
DW_OP_call{2,4,_ref}.  Fix up DW_OP_call_ref operand size,
complain if in frame info section.  Handle
DW_OP_GNU_implicit_pointer.
(read_and_display_attr_value, display_debug_loc,
display_debug_frames): Adjust decode_location_expression callers.
(process_debug_info): Save offset_size and dwarf_version values
into debug_information array.

* dwarf2.h (DW_OP_GNU_implicit_pointer): New.
binutils/ChangeLog
binutils/dwarf.c
binutils/dwarf.h
include/ChangeLog
include/dwarf2.h
This page took 0.026241 seconds and 4 git commands to generate.