Doc note from pierre@phi.la.tce.com (Pierre Willard):
authorIan Lance Taylor <ian@airs.com>
Thu, 2 Mar 1995 19:36:10 +0000 (19:36 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 2 Mar 1995 19:36:10 +0000 (19:36 +0000)
* ld.texinfo: -X and -x work even if -s or -S are not specified.
* ld.1: Similar change.

ld/ld.1

diff --git a/ld/ld.1 b/ld/ld.1
index 17ec894b121a630ae79083cff2795dd359f757a9..7e3026706770405b6a95f1e53ba80e7f84ea66f0 100644 (file)
--- a/ld/ld.1
+++ b/ld/ld.1
@@ -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
 
This page took 0.02516 seconds and 4 git commands to generate.