From: Michael Snyder Date: Thu, 26 Jul 2007 21:58:44 +0000 (+0000) Subject: Fix bollixed check-in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ba8816a2d4c9d8a7c3e19a8369b39390e99f854;p=binutils-gdb.git Fix bollixed check-in --- diff --git a/bfd/linker.c b/bfd/linker.c index d31752be373..a679a32c46e 100644 --- a/bfd/linker.c +++ b/bfd/linker.c @@ -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; }