Delete duplicate target short-cuts to dynamic sections
[deliverable/binutils-gdb.git] / bfd / elfnn-riscv.c
index be1de2267015aa288ca25214b7d61c64bbb1dd88..4f11cf6516fdf42a1e2e60d1994ede5242e6664c 100644 (file)
@@ -291,8 +291,7 @@ riscv_elf_create_got_section (bfd *abfd, struct bfd_link_info *info)
   struct elf_link_hash_table *htab = elf_hash_table (info);
 
   /* This function may be called more than once.  */
-  s = bfd_get_linker_section (abfd, ".got");
-  if (s != NULL)
+  if (htab->sgot != NULL)
     return TRUE;
 
   flags = bed->dynamic_sec_flags;
This page took 0.027134 seconds and 4 git commands to generate.