diff --git a/ld/ldlang.c b/ld/ldlang.c index 26bd52240c1..0ef33e8a4e6 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -8713,6 +8713,9 @@ lang_process (void) ldemul_finish (); + /* We should not need the wildcard information any more. */ + reset_resolved_wilds (); + /* Convert absolute symbols to section relative. */ ldexp_finalize_syms ();