Always add input_statement to statement_list
[binutils-gdb.git] / ld / ChangeLog
index b3207cc6c6e5317a9a2014ed98c19c091dae1b76..b2d41517169227754af54241483a2e566e97a1d4 100644 (file)
@@ -1,3 +1,16 @@
+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