This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/bfd ChangeLog dwarf2.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]