Redundant hash table check
authorAlan Modra <amodra@gmail.com>
Mon, 9 May 2016 07:38:35 +0000 (17:08 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 9 May 2016 07:38:35 +0000 (17:08 +0930)
* elf64-ppc.c (ppc64_elf_init_stub_bfd): Remove redundant NULL check.

bfd/ChangeLog
bfd/elf64-ppc.c

index dfd9c1b..df6cd45 100644 (file)
@@ -1,3 +1,7 @@
+2016-05-09  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (ppc64_elf_init_stub_bfd): Remove redundant NULL check.
+
 2016-05-06  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/17550
index a9f66d6..3717160 100644 (file)
@@ -4430,8 +4430,6 @@ ppc64_elf_init_stub_bfd (struct bfd_link_info *info,
    linker created stub bfd.  This ensures that the GOT header is at
    the start of the output TOC section.  */
   htab = ppc_hash_table (info);
-  if (htab == NULL)
-    return FALSE;
   htab->elf.dynobj = params->stub_bfd;
   htab->params = params;