aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-06-22 08:46:13 +0000
committerNick Clifton <nickc@redhat.com>2009-06-22 08:46:13 +0000
commit98fb390a91085af1814d5348ce18e4726ac79ff7 (patch)
treefc3ea712e496419bdc2bf2fa86284c9051f2dec2 /binutils/ChangeLog
parent854f4b0e951a61aba2f26caa33dda765ce3a1f88 (diff)
downloadgdb-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/ChangeLog9
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 _("...).