mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* ldexp.c (fold_name): Correct PR 338 fix.
This commit is contained in:
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user