diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-09-05 19:26:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-09-05 19:26:12 +0000 |
commit | ee0523d5c3c1b2c26add235873598b7f789ebfca (patch) | |
tree | ebcf286420808c072db461eca300a2b94b87bc85 /ld | |
parent | 4be2140e68a4591bce4861ca9076e3d81cac598e (diff) | |
download | gdb-ee0523d5c3c1b2c26add235873598b7f789ebfca.zip gdb-ee0523d5c3c1b2c26add235873598b7f789ebfca.tar.gz gdb-ee0523d5c3c1b2c26add235873598b7f789ebfca.tar.bz2 |
* 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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bef3b3b..515c476 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 |