diff options
Diffstat (limited to 'bfd/elf64-mmix.c')
-rw-r--r-- | bfd/elf64-mmix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-mmix.c b/bfd/elf64-mmix.c index 2ebe0aa3b95..b4ff5a337c4 100644 --- a/bfd/elf64-mmix.c +++ b/bfd/elf64-mmix.c @@ -2018,7 +2018,7 @@ mmix_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 (ELF64_R_TYPE (rel->r_info)) |