From 21a2f0261622f769b2c21053db66e83cc598eb0b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 2 Mar 1995 19:36:10 +0000 Subject: [PATCH] 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. --- ld/ld.1 | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/ld/ld.1 b/ld/ld.1 index 17ec894b12..7e30267067 100644 --- 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 -- 2.34.1