include/
[deliverable/binutils-gdb.git] / ld / ldexp.c
index c19070f41dc1fa9b5b5772744eba9f9b72046001..217a702edf21183dbf50eaa483deab35e94144ba 100644 (file)
@@ -577,7 +577,7 @@ fold_name (etree_type *tree,
            {
              h->type = bfd_link_hash_undefined;
              h->u.undef.abfd = NULL;
-             if (h->und_next == NULL)
+             if (h->u.undef.next == NULL)
                bfd_link_add_undef (link_info.hash, h);
            }
        }
This page took 0.031338 seconds and 4 git commands to generate.