src/binutils ChangeLog dwarf.c

nickc@sourceware.org nickc@sourceware.org
Tue Jan 29 15:45:00 GMT 2008


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2008-01-29 15:45:00

Modified files:
	binutils       : ChangeLog dwarf.c 

Log message:
	* dwarf.c (print_dwarf_vma): New function.  Display the value of a
	dwarf_vma type at a specified precision.
	(display_debug_loc): Use dwarf_vma type for begin and end values.
	Use print_dwarf_vma to display their values.  Use byte_get_signed
	in order to correctly detect the -1 escape value.
	(display_debug_aranges): Likewise.
	(display_debug_ranges): Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1293&r2=1.1294
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/dwarf.c.diff?cvsroot=src&r1=1.29&r2=1.30



More information about the Binutils-cvs mailing list