Always descend into output section statements in lang_do_assignments
[deliverable/binutils-gdb.git] / bfd / elfxx-mips.c
index d618e542e56edcbb1f2dc1cc46badd4e009ddaa1..cc29c0ef9b0029c1bb3c9f5185873ad052411990 100644 (file)
@@ -1808,6 +1808,7 @@ mips_elf_local_pic_function_p (struct mips_elf_link_hash_entry *h)
           || h->root.root.type == bfd_link_hash_defweak)
          && h->root.def_regular
          && !bfd_is_abs_section (h->root.root.u.def.section)
+         && !bfd_is_und_section (h->root.root.u.def.section)
          && (!ELF_ST_IS_MIPS16 (h->root.other)
              || (h->fn_stub && h->need_fn_stub))
          && (PIC_OBJECT_P (h->root.root.u.def.section->owner)
This page took 0.024478 seconds and 4 git commands to generate.