PR ld/15323
[binutils-gdb.git] / bfd / elf32-sh.c
index a4c987ff4508b5fd3cf61cb1893f307a5f08d288..86fe1b3377e8e1bb9c85e8c5d9ea1fd9a665cdc5 100644 (file)
@@ -6031,6 +6031,10 @@ sh_elf_check_relocs (bfd *abfd, struct bfd_link_info *info, asection *sec,
 #endif
              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;
        }
 
       r_type = sh_elf_optimized_tls_reloc (info, r_type, h == NULL);