* ld.h (args_type): Rename auxiliary_filter_shlib to
authorIan Lance Taylor <ian@airs.com>
Thu, 16 Jan 1997 22:52:05 +0000 (22:52 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 16 Jan 1997 22:52:05 +0000 (22:52 +0000)
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/ChangeLog

index 9dd26ab97dd8af902231e362c5f03b73a19c4212..40de9c8986d22157c33884c2504f217da6b6534c 100644 (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.