From: Andreas Schwab Date: Thu, 9 Sep 1999 16:12:28 +0000 (+0000) Subject: * ld.texinfo: Fix arguments of @var to not contain punctuation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d0a3c9c5fd01f52cfd1cc5a1cba25d31dc1eb18;p=binutils-gdb.git * ld.texinfo: Fix arguments of @var to not contain punctuation. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index d7e2f4427dd..d12dc837106 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +1999-09-09 Andreas Schwab + + * 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 115f7a2e6ec..4494370aa8b 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.