Fix bollixed check-in

This commit is contained in:
Michael Snyder 2007-07-26 21:58:44 +00:00
parent 2d4f3e92ff
commit 5ba8816a2d
1 changed files with 2 additions and 2 deletions

View File

@ -2946,11 +2946,11 @@ already_linked_newfunc (struct bfd_hash_entry *entry ATTRIBUTE_UNUSED,
struct bfd_section_already_linked_hash_entry *ret =
bfd_hash_allocate (table, sizeof *ret);
ret->entry = NULL;
if (ret == NULL)
return ret;
ret->entry = NULL;
return &ret->root;
}