https://sourceware.org/bugzilla/show_bug.cgi?id=30655
--- Comment #1 from dann frazier <dannf at dannf dot org> ---
fwiw, this seems to resolve the issue for me. It isn't clear from the context
why this new feature introduced a return here.

diff --git a/ld/ldlang.c b/ld/ldlang.c
index 4b86c164843..d5a94d47e4b 100644
--- a/ld/ldlang.c
+++ b/ld/ldlang.c
@@ -1137,8 +1137,6 @@ new_afile (const char *name,
   lang_has_input_file = true;

   name = ldfile_possibly_remap_input (name);
-  if (name == NULL)
-    return NULL;

   p = new_stat (lang_input_statement, stat_ptr);
   memset (&p->the_bfd, 0,

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to