* 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.
This commit is contained in:
Ian Lance Taylor 1996-09-05 19:26:12 +00:00
parent 4be2140e68
commit ee0523d5c3
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Thu Sep 5 15:24:12 1996 Ian Lance Taylor <ian@cygnus.com>
* 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 <ian@cygnus.com>
* configure.tgt (alpha-*-gnu*): New target. From Fila Kolodny