diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-02 19:36:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-02 19:36:10 +0000 |
commit | 21a2f0261622f769b2c21053db66e83cc598eb0b (patch) | |
tree | 3c99f1c4f64a2c6c0c638ba62f5986c7cdec8540 /ld | |
parent | cc5be3662c9ef87032f1ddcf875836e806a6d136 (diff) | |
download | gdb-21a2f0261622f769b2c21053db66e83cc598eb0b.zip gdb-21a2f0261622f769b2c21053db66e83cc598eb0b.tar.gz gdb-21a2f0261622f769b2c21053db66e83cc598eb0b.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ld.1 | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -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 |