ELF: Don't set non_ir_ref_regular in check_relocs
[deliverable/binutils-gdb.git] / bfd / elf32-moxie.c
index f955096880f45af6115c02cd329d2ea1c94a6fa7..1afb102abfb6db01e98a31fce3de628046de13c2 100644 (file)
@@ -356,10 +356,6 @@ moxie_elf_check_relocs (bfd *abfd,
          while (h->root.type == bfd_link_hash_indirect
                 || h->root.type == bfd_link_hash_warning)
            h = (struct elf_link_hash_entry *) h->root.u.i.link;
-
-         /* PR15323, ref flags aren't set for references in the same
-            object.  */
-         h->root.non_ir_ref_regular = 1;
        }
     }
 
This page took 0.02434 seconds and 4 git commands to generate.