diff options
author | Nick Clifton <nickc@redhat.com> | 2009-06-22 08:46:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-06-22 08:46:13 +0000 |
commit | 98fb390a91085af1814d5348ce18e4726ac79ff7 (patch) | |
tree | fc3ea712e496419bdc2bf2fa86284c9051f2dec2 /binutils/ChangeLog | |
parent | 854f4b0e951a61aba2f26caa33dda765ce3a1f88 (diff) | |
download | gdb-98fb390a91085af1814d5348ce18e4726ac79ff7.zip gdb-98fb390a91085af1814d5348ce18e4726ac79ff7.tar.gz gdb-98fb390a91085af1814d5348ce18e4726ac79ff7.tar.bz2 |
* readelf.c (target_specific_reloc_handling): New function:
Processes relocs in a target specific manner.
(debug_apply_relocations): Use the new function.
* dwarf.c (display_debug_loc): End the dump with a blank line.
(struct debug_display): Enable reloc processing for .debug_aranges
and .debug_loc sections.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 086df79..acce3a8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2009-06-22 Nick Clifton <nickc@redhat.com> + + * readelf.c (target_specific_reloc_handling): New function: + Processes relocs in a target specific manner. + (debug_apply_relocations): Use the new function. + * dwarf.c (display_debug_loc): End the dump with a blank line. + (struct debug_display): Enable reloc processing for .debug_aranges + and .debug_loc sections. + 2009-06-19 Nick Clifton <nickc@redhat.com> * ar.c (usage): Do not use #ifdef inside _("...). |