diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-07-02 01:39:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-07-02 01:39:32 +0000 |
commit | b602c853d891e7b7885058bff76a796c2e47b42e (patch) | |
tree | 9909bc2499c111a7e8b20d5f6a2fbd27734fd99e /ld/ChangeLog | |
parent | ac6b4428da2f037bd99718e5594a626cab6d1a47 (diff) | |
download | gdb-b602c853d891e7b7885058bff76a796c2e47b42e.zip gdb-b602c853d891e7b7885058bff76a796c2e47b42e.tar.gz gdb-b602c853d891e7b7885058bff76a796c2e47b42e.tar.bz2 |
bfd/
2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
* bfd.c (bfd_get_section_ident): New.
* elflink.c (elf_link_read_relocs_from_section): Call
bfd_get_section_ident to identify the section when reporting
error.
(_bfd_elf_link_output_relocs): Likewise.
(elf_link_output_extsym): Likewise.
(elf_link_input_bfd): Likewise.
(bfd_elf_gc_record_vtinherit): Likewise.
* bfd-in2.h: Regenerated.
ld/
2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
* ldmisc.c (vfinfo): Call bfd_get_section_ident to identify
the section.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9d159db..67ffbe4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2004-07-01 H.J. Lu <hongjiu.lu@intel.com> + + * ldmisc.c (vfinfo): Call bfd_get_section_ident to identify + the section. + 2004-06-29 Alan Modra <amodra@bigpond.net.au> * ldlang.c (lang_reset_memory_regions): Save last relax pass section |