Always add input_statement to statement_list
[binutils-gdb.git] / ld / ChangeLog
index ca12975e948e3949ef5b41947147203d77ce0e0f..b2d41517169227754af54241483a2e566e97a1d4 100644 (file)
@@ -1,3 +1,21 @@
+2019-09-13  Alan Modra  <amodra@gmail.com>
+
+       * ldlang.c (new_afile): Remove add_to_list parameter.
+       (lang_add_input_file): Update new_afile calls.
+       (lookup_name): Splice input_statement added by new_afile into
+       statement_list after current input_file_chain entry.
+       (lang_process): Update comment.
+
+2019-09-12  Alan Modra  <amodra@gmail.com>
+
+       * ldlang.c (print_input_statement): Do not exclude linker created
+       BFDs.
+
+2019-09-12  Alan Modra  <amodra@gmail.com>
+
+       PR 24981
+       * ldlang.c (lang_process): Remove assertion.  Comment.
+
 2019-09-11  Alan Modra  <amodra@gmail.com>
 
        * emultempl/elf32.em: Remove "misnamed" comment.  Rename to..