aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-01-16 22:52:05 +0000
committerIan Lance Taylor <ian@airs.com>1997-01-16 22:52:05 +0000
commit3391c0a53c475a80101fc4aee9f130be1415774e (patch)
treef12a421850ae9ff080b63675164123efcaf0ed3e /ld
parentdb109ca2d80f4788e2497ba3575ae110d495f8ec (diff)
downloadgdb-3391c0a53c475a80101fc4aee9f130be1415774e.zip
gdb-3391c0a53c475a80101fc4aee9f130be1415774e.tar.gz
gdb-3391c0a53c475a80101fc4aee9f130be1415774e.tar.bz2
* 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.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9dd26ab..40de9c8 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.