RISC-V: Fix TLS copy relocs
[deliverable/binutils-gdb.git] / bfd / elf32-mcore.c
index 79c0da606ac7b75aeb8ed0241303cae09c7989ab..0037129e94c95799c2c226bd358fe84c3f6270c9 100644 (file)
@@ -629,7 +629,7 @@ mcore_elf_check_relocs (bfd * abfd,
 
          /* PR15323, ref flags aren't set for references in the same
             object.  */
-         h->root.non_ir_ref = 1;
+         h->root.non_ir_ref_regular = 1;
        }
 
       switch (ELF32_R_TYPE (rel->r_info))
This page took 0.023756 seconds and 4 git commands to generate.