* ldlang.c (walk_wild, walk_wild_file, walk_wild_section,
authorRichard Henderson <rth@redhat.com>
Sat, 8 May 1999 23:40:58 +0000 (23:40 +0000)
committerRichard Henderson <rth@redhat.com>
Sat, 8 May 1999 23:40:58 +0000 (23:40 +0000)
commit4dec4d4e7456f47c91d76b7cb5de24bda9fa420f
treef26974969ee73c4052a43ec80dfaec524c552869
parentd0e9a01c1238ed0361a604b3b773071144da5c20
 * ldlang.c (walk_wild, walk_wild_file, walk_wild_section,
     output_section_callback, gc_section_callback): New functions for
     generic section walks.
     (wild, lang_gc_wild): Use walk_wild.
     (wild_file, lang_gc_wild_file): Deleted. Common logic moved to
     walk_wild_file.
     (wild_section, lang_gc_wild_section): Deleted. Common logic moved
     to walk_fild_section.  Unique logic moved into callbacks
     output_section_callback and gc_section_callback.
ld/ChangeLog
ld/ldlang.c