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/binutils ChangeLog dwarf.c dwarf.h objdump ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2009-12-03 12:28:37

Modified files:
	binutils       : ChangeLog dwarf.c dwarf.h objdump.c readelf.c 
	binutils/doc   : binutils.texi 

Log message:
	PR binutils/11045
	* dwarf.c (do_debug_pubtypes): New variable.
	(dwarf_select_sections_by_names): Handle .debug_pubtypes.
	(dwarf_select_sections_by_letters): Add 't' for .debug_pubtype.
	(dwarf_select_sections_all): Set do_debug_pubtypes.
	(debug_displays): Add support for .debug_pubtypes.
	* dwarf.h (do_debug_pubtypes): Export.
	* objdump.c (usage): Add -wt or --dwarf=pubtypes.
	* readelf.c (usage): Likewise.
	(process_section_headers): Enable debug display if
	do_debug_pubtypes is set.
	* doc/binutils.texi: Document -wt/--dwarf=pubtypes option.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1571&r2=1.1572
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/dwarf.c.diff?cvsroot=src&r1=1.57&r2=1.58
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/dwarf.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objdump.c.diff?cvsroot=src&r1=1.166&r2=1.167
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.472&r2=1.473
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.158&r2=1.159


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