This is the mail archive of the
binutils-cvs@sourceware.cygnus.com
mailing list for the binutils project.
binutils/ld ChangeLog ldlang.c
- To: binutils-cvs@sourceware.cygnus.com
- Subject: binutils/ld ChangeLog ldlang.c
- From: rth@sourceware.cygnus.com
- Date: 9 May 1999 06:41:00 -0000
CVSROOT: /cvs/binutils
Module name: binutils
Changes by: rth@egcs.cygnus.com 99/05/08 23:41:00
Modified files:
ld : ChangeLog ldlang.c
Log message:
* 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.