summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>1999-09-09 16:12:28 +0000
committerAndreas Schwab <schwab@linux-m68k.org>1999-09-09 16:12:28 +0000
commit568f02ee2de75da59b9cf977b7818c29b896736b (patch)
tree6d5654ede9ff9bd32cac478ee8ff8a7b940e0599
parent4276658904773994753865195b470ca0a326481b (diff)
downloadbinutils-redhat-568f02ee2de75da59b9cf977b7818c29b896736b.tar.gz
* ld.texinfo: Fix arguments of @var to not contain punctuation.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d7e2f4427d..d12dc83710 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+1999-09-09 Andreas Schwab <schwab@suse.de>
+
+ * ld.texinfo: Fix arguments of @var to not contain punctuation.
+
Thu Sep 9 05:52:34 1999 Jeffrey A Law (law@cygnus.com)
* emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Define.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 115f7a2e6e..4494370aa8 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -1382,7 +1382,7 @@ option is given. Note that the symbols @code{DllMain@@12},
exported.
@kindex --exclude-symbols
-@item --exclude-symbols @var{symbol,symbol,...}
+@item --exclude-symbols @var{symbol},@var{symbol},...
Specifies a list of symbols which should not be automatically
exported. The symbol names may be delimited by commas or colons.