diff options
author | Dave Korn <dave.korn@artimi.com> | 2009-03-03 18:22:11 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2009-03-03 18:22:11 +0000 |
commit | 3efd345c3b8f1f91a1698023ac736f2648972d81 (patch) | |
tree | 4799c1fd81b722a3fdc73518103ca02a4fb1fa2b /ld/ChangeLog | |
parent | 6aa8e5c2ae66323abb1fb2f8b6c454305781aad2 (diff) | |
download | gdb-3efd345c3b8f1f91a1698023ac736f2648972d81.zip gdb-3efd345c3b8f1f91a1698023ac736f2648972d81.tar.gz gdb-3efd345c3b8f1f91a1698023ac736f2648972d81.tar.bz2 |
* emultempl/pe.em (debug_section_p): New bfd_map_over_sections hook.
(gld_${EMULATION_NAME}_after_open): Use it to iterate all sections
of all input BFDs, looking for debug info. Enable long section names
if any found.
* emultempl/pe.em (debug_section_p): Likewise.
(gld_${EMULATION_NAME}_after_open): Likewise.
* NEWS: Retrospectively adjust news announcement.
* ld.texinfo: Update documentation to mention new behaviour.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1d0fea9..ba87342 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +2009-03-03 Dave Korn <dave.korn.cygwin@gmail.com> + + * emultempl/pe.em (debug_section_p): New bfd_map_over_sections hook. + (gld_${EMULATION_NAME}_after_open): Use it to iterate all sections + of all input BFDs, looking for debug info. Enable long section names + if any found. + * emultempl/pe.em (debug_section_p): Likewise. + (gld_${EMULATION_NAME}_after_open): Likewise. + * NEWS: Retrospectively adjust news announcement. + * ld.texinfo: Update documentation to mention new behaviour. + 2009-03-02 Sebastian Huber <sebastian.huber@embedded-brains.de> * ldgram.y: Add support for REGION_ALIAS operator. |