Rename non_ir_ref to non_ir_ref_regular
[deliverable/binutils-gdb.git] / bfd / elf64-x86-64.c
index 1b9337944e2e9038eacc1ebd25bd953bcecc8d25..00cf70ad724a443ae9fd0f3a7327c71730cf9953 100644 (file)
@@ -2336,7 +2336,7 @@ elf_x86_64_check_relocs (bfd *abfd, struct bfd_link_info *info,
        {
          /* It is referenced by a non-shared object. */
          h->ref_regular = 1;
-         h->root.non_ir_ref = 1;
+         h->root.non_ir_ref_regular = 1;
 
          if (h->type == STT_GNU_IFUNC)
            elf_tdata (info->output_bfd)->has_gnu_symbols
This page took 0.027786 seconds and 4 git commands to generate.