diff options
Diffstat (limited to 'bfd/elf32-moxie.c')
-rw-r--r-- | bfd/elf32-moxie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-moxie.c b/bfd/elf32-moxie.c index fde9b64..f955096 100644 --- a/bfd/elf32-moxie.c +++ b/bfd/elf32-moxie.c @@ -359,7 +359,7 @@ moxie_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; } } |