From: Ian Lance Taylor Date: Thu, 5 Sep 1996 19:26:12 +0000 (+0000) Subject: * ldlang.c (section_already_linked): Accept a lang_input_statement X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee0523d5c3c1b2c26add235873598b7f789ebfca;p=binutils-gdb.git * ldlang.c (section_already_linked): Accept a lang_input_statement as the PTR argument. If the file is symbols only, discard all input sections. (ldlang_add_file): Pass entry to bfd_map_over_sections. PR 10555. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index bef3b3bd2b1..515c476acbf 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 5 15:24:12 1996 Ian Lance Taylor + + * ldlang.c (section_already_linked): Accept a lang_input_statement + as the PTR argument. If the file is symbols only, discard all + input sections. + (ldlang_add_file): Pass entry to bfd_map_over_sections. + Wed Sep 4 15:53:43 1996 Ian Lance Taylor * configure.tgt (alpha-*-gnu*): New target. From Fila Kolodny