This is the mail archive of the
binutils-cvs@sources.redhat.com
mailing list for the binutils project.
src/binutils ChangeLog readelf.c
- From: nickc at sourceware dot org
- To: binutils-cvs at sources dot redhat dot com
- Date: 4 Jan 2005 11:20:46 -0000
- Subject: src/binutils ChangeLog readelf.c
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2005-01-04 11:20:46
Modified files:
binutils : ChangeLog readelf.c
Log message:
BZ 615
* readelf.c (process_debug_info): New.
(debug_info): Add num_loc_offsets, loc_offsets and
last_loc_offset_p.
(get_debug_info): Use process_debug_info.
(display_debug_loc): Properly handle location list. Warn if bad
location lists are encoutnered.
(read_and_process_attr_value): New.
(read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
(display_debug_info): Use process_debug_info.
(process_object): Also free loc_offsets in debug_information.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.841&r2=1.842
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.269&r2=1.270