src/binutils ChangeLog dwarf.c readelf.c
nickc@sourceware.org
nickc@sourceware.org
Tue Feb 6 15:15:00 GMT 2007
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
More information about the Binutils-cvs
mailing list