xtensa: ld: convert tests to run_dump_test
[deliverable/binutils-gdb.git] / ld / ldlang.c
index 21ef9bea2b87ba8e95b6f34e45b08e107c7327df..350baf2912f3862c529c35d6a4ecca912bce1c4a 100644 (file)
@@ -3413,6 +3413,7 @@ insert_undefined (const char *name)
     {
       h->type = bfd_link_hash_undefined;
       h->u.undef.abfd = NULL;
+      h->non_ir_ref_regular = TRUE;
       if (is_elf_hash_table (link_info.hash))
        ((struct elf_link_hash_entry *) h)->mark = 1;
       bfd_link_add_undef (link_info.hash, h);
This page took 0.02238 seconds and 4 git commands to generate.