* ldexp.c (fold_name): Correct PR 338 fix.

This commit is contained in:
Alan Modra 2004-11-24 11:30:17 +00:00
parent eb129e357a
commit 3eda52aa32
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-11-24 Alan Modra <amodra@bigpond.net.au>
* ldexp.c (fold_name): Correct PR 338 fix.
2004-11-19 Mark Mitchell <mark@codesourcery.com>
* Makefile.am (ALL_EMULATIONS): Add earmelf_linux_eabi.o.

View File

@ -600,7 +600,7 @@ fold_name (etree_type *tree,
{
h->type = bfd_link_hash_undefined;
h->u.undef.abfd = NULL;
if (h->u.undef.next == NULL)
if (h->u.undef.next == NULL && h != link_info.hash->undefs_tail)
bfd_link_add_undef (link_info.hash, h);
}
}