diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-09-30 14:52:18 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-09-30 14:52:18 +0000 |
commit | 700dd8b7556c7ab213e21fd228c6172b5399d55a (patch) | |
tree | 11c3709d2011530cd63743b86bfb75300c1247e2 /binutils/ChangeLog | |
parent | d320aacbec7d78d217c2fde0dc32012a42542899 (diff) | |
download | gdb-700dd8b7556c7ab213e21fd228c6172b5399d55a.zip gdb-700dd8b7556c7ab213e21fd228c6172b5399d55a.tar.gz gdb-700dd8b7556c7ab213e21fd228c6172b5399d55a.tar.bz2 |
2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (debug_apply_rela_addends): Relocate the whole
section.
(process_debug_info): Don't call debug_apply_rela_addends.
(display_debug_frames): Likewise.
(get_debug_info): Call debug_apply_rela_addends.
(debug_displays): Add the "relocate" field.
(display_debug_section): Call debug_apply_rela_addends if
needed.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d98b20e..e6f14f6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2005-09-30 H.J. Lu <hongjiu.lu@intel.com> + + * readelf.c (debug_apply_rela_addends): Relocate the whole + section. + (process_debug_info): Don't call debug_apply_rela_addends. + (display_debug_frames): Likewise. + (get_debug_info): Call debug_apply_rela_addends. + (debug_displays): Add the "relocate" field. + (display_debug_section): Call debug_apply_rela_addends if + needed. + 2005-09-30 Matthias Kurz <mk@baerlap.north.de> * bucomm.h: Prevent the inclusion of <libintl.h> from the Solaris |