* lexsup.c (parse_args): Recognize --no-whole-archive.
authorIan Lance Taylor <ian@airs.com>
Tue, 27 Feb 1996 17:59:46 +0000 (17:59 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 27 Feb 1996 17:59:46 +0000 (17:59 +0000)
commit3c8deccc4f0e767b9fe362665ae904c53cac0f71
tree9d87ae7363e1fbe134669ac8072866186249a2da
parentd214421eeea98e7d7fe05c6e34cf22e6889e6355
* lexsup.c (parse_args): Recognize --no-whole-archive.
* ldlang.h (lang_input_statement_type): Add whole_archive field.
* ldlang.c (new_afile): Set whole_archive field.
(load_symbols): Check input file specific whole_archive field
rather than global variable.
* ld.texinfo, ld.1: Document --no-whole-archive.
PR 9094.
ld/ChangeLog
ld/ld.1
ld/ld.texinfo
ld/ldlang.c
ld/ldlang.h
ld/lexsup.c