diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-03-18 15:46:25 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-03-18 15:46:25 +0000 |
commit | 257a4820343d480520b72e5b25e07c94b2502684 (patch) | |
tree | a3e9aa34477101c38b4edc3446d57a2c1f591b74 /bfd/ChangeLog | |
parent | 41c7ba7cc251f99e099fb60e1868b951ea5a686f (diff) | |
download | gdb-257a4820343d480520b72e5b25e07c94b2502684.zip gdb-257a4820343d480520b72e5b25e07c94b2502684.tar.gz gdb-257a4820343d480520b72e5b25e07c94b2502684.tar.bz2 |
2005-03-18 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (elf_mark_used_section): Check bfd_is_const_section
for special sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dd8612d..010c900 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2005-03-18 H.J. Lu <hongjiu.lu@intel.com> + + * elflink.c (elf_mark_used_section): Check bfd_is_const_section + for special sections. + 2005-03-18 Alan Modra <amodra@bigpond.net.au> * elf-bfd.h (_bfd_elf_link_renumber_dynsyms): Delete. |