daily update
[deliverable/binutils-gdb.git] / bfd / elf64-mmix.c
index 3195075f008e7e08b3f1843c7895b7fc118673ef..499bcd609ad0089aff9604bb0e1647cdebd27c13 100644 (file)
@@ -2009,6 +2009,10 @@ mmix_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 = 1;
        }
 
       switch (ELF64_R_TYPE (rel->r_info))
This page took 0.024982 seconds and 4 git commands to generate.