diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-04-05 13:36:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-04-05 13:36:32 +0000 |
commit | 580a2b6ef36f848f0661ecf07fdc6ae5c97470a4 (patch) | |
tree | 29d08a22f309bebf76b0b46a171c586ce092dd12 /bfd/ChangeLog | |
parent | 910600e9c7e78f59a8e89638016b70837a1ea622 (diff) | |
download | gdb-580a2b6ef36f848f0661ecf07fdc6ae5c97470a4.zip gdb-580a2b6ef36f848f0661ecf07fdc6ae5c97470a4.tar.gz gdb-580a2b6ef36f848f0661ecf07fdc6ae5c97470a4.tar.bz2 |
2006-04-05 H.J. Lu <hongjiu.lu@intel.com>
PR ld/2404
* elflink.c (_bfd_elf_merge_symbol): Skip the default indirect
symbol from the dynamic definition with the default version if
its type and the type of existing regular definition mismatch.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 322b77f..9f371a8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2006-04-05 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/2404 + * elflink.c (_bfd_elf_merge_symbol): Skip the default indirect + symbol from the dynamic definition with the default version if + its type and the type of existing regular definition mismatch. + 2006-04-05 Richard Sandiford <richard@codesourcery.com> Daniel Jacobowitz <dan@codesourcery.com> |