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/gas ChangeLog dwarf2dbg.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2006-08-08 08:29:09

Modified files:
	gas            : ChangeLog dwarf2dbg.c 

Log message:
	* dwarf2dbg.c (out_debug_info): Add new parameter ranges_seg and emit
	DW_AT_ranges when code in compilation unit is not contiguous.
	(out_debug_abbrev): Emit DW_AT_ranges abbreviation if code in is not contiguous.
	(dwarf2_finish): Create and pass ranges_seg to out_debug_info.
	(out_debug_ranges): New function to emit .debug_ranges section when code is not contiguous.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.2979&r2=1.2980
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/dwarf2dbg.c.diff?cvsroot=src&r1=1.85&r2=1.86


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