This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/bfd ChangeLog dwarf2.c
- From: amodra at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 16 May 2012 13:57:11 -0000
- Subject: src/bfd ChangeLog dwarf2.c
CVSROOT: /cvs/src
Module name: src
Changes by: amodra@sourceware.org 2012-05-16 13:57:11
Modified files:
bfd : ChangeLog dwarf2.c
Log message:
* dwarf2.c: Formatting.
(arange_add): Pass in unit rather than bfd. Update callers.
Ignore empty ranges. Don't ask for cleared memory.
(parse_comp_unit): Only set unit->base_address if processing
DW_TAG_compile_unit.
(find_debug_info): Optimise section lookup.
(place_sections): Use bfd_alloc for stash->adjusted_sections.
(find_line): Match previously parsed comp unit addresses as we
do for newly parsed comp units.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5684&r2=1.5685
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/dwarf2.c.diff?cvsroot=src&r1=1.147&r2=1.148