opcodes/
[binutils-gdb.git] / bfd / elf32-frv.c
index efe731c3f3bf17f94f6690e0df534f35267f27e2..788c2997e8deb07c06d2c0055b620d87ea039887 100644 (file)
@@ -6046,6 +6046,10 @@ elf32_frv_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 = 1;
        }
 
       switch (ELF32_R_TYPE (rel->r_info))