* elflink.h (elf_add_default_symbol): After skipping the
unversioned symbol, go to non-default one.
+2003-05-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elflink.h (elf_add_default_symbol): After skipping the
+ unversioned symbol, go to non-default one.
+
2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
return FALSE;
if (skip)
- return TRUE;
+ goto nondefault;
if (! override)
{
/* We also need to define an indirection from the nondefault version
of the symbol. */
+nondefault:
len = strlen (name);
shortname = bfd_hash_allocate (&info->hash->table, len);
if (shortname == NULL)