diff options
author | Nick Clifton <nickc@redhat.com> | 2007-02-06 15:15:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-02-06 15:15:13 +0000 |
commit | 4b78141aa2794cc7c43bf1573d132ed2951244cf (patch) | |
tree | db165365b755a4b84de2d7fce0f15259556c2f77 /binutils/ChangeLog | |
parent | 7b5030c061711ca87f39eaa5363937d9f4ededb7 (diff) | |
download | gdb-4b78141aa2794cc7c43bf1573d132ed2951244cf.zip gdb-4b78141aa2794cc7c43bf1573d132ed2951244cf.tar.gz gdb-4b78141aa2794cc7c43bf1573d132ed2951244cf.tar.bz2 |
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index cd39f65..b4f78a0 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +2007-02-06 Nick Clifton <nickc@redhat.com> + + 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. + 2007-02-05 Dave Brolley <brolley@redhat.com> * readelf.c (dump_relocations): Don't check for |