Rename non_ir_ref to non_ir_ref_regular
[deliverable/binutils-gdb.git] / bfd / elflink.c
index 8eaf533b752ab6dfc1a4372b6affc32b4aa76433..60e0a322943ffbd64e21ae7e8faa3e157cba1773 100644 (file)
@@ -10472,7 +10472,7 @@ elf_link_input_bfd (struct elf_final_link_info *flinfo, bfd *input_bfd)
                     linker may attach linker created dynamic sections
                     to the plugin bfd.  Symbols defined in linker
                     created sections are not plugin symbols.  */
-                 if ((h->root.non_ir_ref
+                 if ((h->root.non_ir_ref_regular
                       || h->root.non_ir_ref_dynamic)
                      && (h->root.type == bfd_link_hash_defined
                          || h->root.type == bfd_link_hash_defweak)
This page took 0.036087 seconds and 4 git commands to generate.