ELF: Don't set non_ir_ref_regular in check_relocs
[deliverable/binutils-gdb.git] / bfd / elf32-fr30.c
index 94070d8ef266ba97ca40ddc51b021ff02aeb798b..b3edcc7b5e2d306b8c37c6591011e68275764517 100644 (file)
@@ -670,10 +670,6 @@ fr30_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;
        }
 
       switch (ELF32_R_TYPE (rel->r_info))
This page took 0.025045 seconds and 4 git commands to generate.