PR ld/1247
* elfxx-ia64.c (allocate_fptr): Check undefined symbol.
+2005-08-29 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/1247
+ * elfxx-ia64.c (allocate_fptr): Check undefined symbol.
+
2005-08-29 Steven J. Hill <sjhill@realitydiluted.com>
* elfxx-mips.c (_bfd_mips_elf_relocate_section): Initialise
if (!x->info->executable
&& (!h
|| ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
- || h->root.type != bfd_link_hash_undefweak))
+ || (h->root.type != bfd_link_hash_undefweak
+ && h->root.type != bfd_link_hash_undefined)))
{
if (h && h->dynindx == -1)
{