diff options
author | Jim Wilson <wilson@tuliptree.org> | 2005-09-22 19:50:27 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2005-09-22 19:50:27 +0000 |
commit | c955f9cdcb2a9dba8a598dda71a9f8d37a17c641 (patch) | |
tree | fe05ca98deb77f2f7c2cd79c97850d01848d9d1b /bfd/ChangeLog | |
parent | 82b19eb91fb133174b1a6d35e65b7178c6106a94 (diff) | |
download | fsf-binutils-gdb-c955f9cdcb2a9dba8a598dda71a9f8d37a17c641.zip fsf-binutils-gdb-c955f9cdcb2a9dba8a598dda71a9f8d37a17c641.tar.gz fsf-binutils-gdb-c955f9cdcb2a9dba8a598dda71a9f8d37a17c641.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ad1c251..9828b5e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2005-09-22 James E. Wilson <wilson@specifix.com> + + * 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. + 2005-09-20 James E. Wilson <wilson@specifix.com> * dwarf2.c (find_abstract_instance_name): Don't early exit when name |