* ld.h (args_type): Rename auxiliary_filter_shlib to

auxiliary_filters, and make it char **.
	* lexsup.c (parse_args): Handle -f by setting up an array.
	* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
	new name of auxiliary_filters.
This commit is contained in:
Ian Lance Taylor 1997-01-16 22:52:05 +00:00
parent db109ca2d8
commit 3391c0a53c
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
Thu Jan 16 17:07:52 1997 Ian Lance Taylor <ian@cygnus.com>
* ld.h (args_type): Rename auxiliary_filter_shlib to
auxiliary_filters, and make it char **.
* lexsup.c (parse_args): Handle -f by setting up an array.
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
new name of auxiliary_filters.
* ld.texinfo (Options): Improve documentation of --filter and
--auxiliary.