src/bfd ChangeLog dwarf2.c
wilson@sourceware.org
wilson@sourceware.org
Thu Sep 22 19:50:00 GMT 2005
CVSROOT: /cvs/src
Module name: src
Changes by: wilson@sourceware.org 2005-09-22 19:50:27
Modified files:
bfd : ChangeLog dwarf2.c
Log message:
Fix addr2line -i problem; reports incorrect function nesting for inline funcs.
* dwarf2.c (struct funcinfo): Delete nesting_level field.
(lookup_address_in_function_table): Delete code to set funcinfo
caller_func field. Delete local curr_func.
(scan_unit_for_symbols): New locals nested_funcs, nested_funcs_size.
Delete code setting funcinfo nesting_level field. Add code to set
funcinfo caller_func field.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.3296&r2=1.3297
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/dwarf2.c.diff?cvsroot=src&r1=1.80&r2=1.81
More information about the Binutils-cvs
mailing list