Doc note from pierre@phi.la.tce.com (Pierre Willard):

* ld.texinfo: -X and -x work even if -s or -S are not specified.
	* ld.1: Similar change.
This commit is contained in:
Ian Lance Taylor 1995-03-02 19:36:10 +00:00
parent cc5be3662c
commit 21a2f02616
1 changed files with 3 additions and 14 deletions

17
ld/ld.1
View File

@ -802,25 +802,14 @@ which refers to it.
.TP
.B \-X
If \c
.B \-s\c
\& or \c
.B \-S\c
\& is also specified, delete only local symbols
beginning with `\|\c
Delete all temporary local symbols. For most targets, this is all local
symbols whose names begin with `\|\c
.B L\c
\|'.
.TP
.B \-x
If \c
.B \-s\c
\& or \c
.B \-S\c
\& is also specified, delete all local symbols,
not just those beginning with `\|\c
.B L\c
\|'.
Delete all local symbols.
.PP