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 readelf.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2007-02-06 15:15:13

Modified files:
	binutils       : ChangeLog dwarf.c readelf.c 

Log message:
	PR gas/3800
	* readelf.c: Include elf/h8.h twice.  The first time in order to get the reloc
	numbers, the second time in order to get the reloc decoder function.
	(dump_section): Tell the user if the section being displayed has unprocessed
	relocs associated with it.
	(get_reloc_size): New function - returns the size of a reloc.
	(debug_apply_rela_addends): Use get_reloc_size().
	* dwarf.c (read_and_display_attr_value): Extend number of languages known for
	the DW_AT_language attribute.
	(process_debug_info): Display the attribute offset before decoding the
	attribute, in case there are problems.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1130&r2=1.1131
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/dwarf.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.358&r2=1.359


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