diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-05-04 13:13:22 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-05-04 13:13:22 +0000 |
commit | c5e2ceadb7216936dcc3d9dec73de31075460765 (patch) | |
tree | 08838c233dd0a96193a8f030768c215e2393afc6 /bfd/ChangeLog | |
parent | 8423293d34986cfa218f79b2b2f1ff9bf77d468f (diff) | |
download | gdb-c5e2ceadb7216936dcc3d9dec73de31075460765.zip gdb-c5e2ceadb7216936dcc3d9dec73de31075460765.tar.gz gdb-c5e2ceadb7216936dcc3d9dec73de31075460765.tar.bz2 |
2005-05-04 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (_bfd_elf_merge_symbol): Only skip weak definitions
at the end, if a strong definition has already been seen.
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 de82e20..2b010e8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2005-05-04 H.J. Lu <hongjiu.lu@intel.com> + + * elflink.c (_bfd_elf_merge_symbol): Only skip weak definitions + at the end, if a strong definition has already been seen. + 2005-05-04 Alan Modra <amodra@bigpond.net.au> * section.c (struct bfd_section): Replace link_order_head and |