From 3391c0a53c475a80101fc4aee9f130be1415774e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 16 Jan 1997 22:52:05 +0000 Subject: [PATCH] * 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/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 9dd26ab97dd..40de9c8986d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ Thu Jan 16 17:07:52 1997 Ian Lance Taylor + * 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. -- 2.30.2