diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-26 20:55:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-26 20:55:30 +0000 |
commit | 1122a5fc50b9205145ce01421520797075c09e48 (patch) | |
tree | f92f7de785b1c1053bfd199baaafaa68807a1b53 /ld/ld.texinfo | |
parent | 558e161f24558ec8b8e78d135e4d9db182885a3e (diff) | |
download | gdb-1122a5fc50b9205145ce01421520797075c09e48.zip gdb-1122a5fc50b9205145ce01421520797075c09e48.tar.gz gdb-1122a5fc50b9205145ce01421520797075c09e48.tar.bz2 |
Add --no-default-excludes option for PE targets
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index aadfc05..9e227e0 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -219,7 +219,7 @@ whitespace, or be given as separate arguments immediately following the option that requires them. For options whose names are multiple letters, either one dash or two can -precede the option name; for example, @samp{--oformat} and +precede the option name; for example, @samp{-oformat} and @samp{--oformat} are equivalent. Arguments to multiple-letter options must either be separated from the option name by an equals sign, or be given as separate arguments immediately following the option that |