doc: Replace preceeded with preceded
binutils/ * doc/binutils.texi: Replace preceeded with preceded. gas/ * doc/as.texi: Replace preceeded with preceded.
This commit is contained in:
parent
95420d3027
commit
608d61c202
4 changed files with 13 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2020-07-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* doc/binutils.texi: Replace preceeded with preceded.
|
||||||
|
|
||||||
2020-07-26 Maciej W. Rozycki <macro@linux-mips.org>
|
2020-07-26 Maciej W. Rozycki <macro@linux-mips.org>
|
||||||
|
|
||||||
* testsuite/binutils-all/mips/mips.exp (run_dump_test_abi)
|
* testsuite/binutils-all/mips/mips.exp (run_dump_test_abi)
|
||||||
|
|
|
@ -1132,10 +1132,10 @@ default since they are not part of the binary's original source code.
|
||||||
|
|
||||||
@item --with-symbol-versions
|
@item --with-symbol-versions
|
||||||
Enables the display of symbol version information if any exists. The
|
Enables the display of symbol version information if any exists. The
|
||||||
version string is displayed as a suffix to the symbol name, preceeded by
|
version string is displayed as a suffix to the symbol name, preceded by
|
||||||
an @@ character. For example @samp{foo@@VER_1}. If the version is
|
an @@ character. For example @samp{foo@@VER_1}. If the version is
|
||||||
the default version to be used when resolving unversioned references
|
the default version to be used when resolving unversioned references
|
||||||
to the symbol then it is displayed as a suffix preceeded by two @@
|
to the symbol then it is displayed as a suffix preceded by two @@
|
||||||
characters. For example @samp{foo@@@@VER_2}.
|
characters. For example @samp{foo@@@@VER_2}.
|
||||||
|
|
||||||
@item --target=@var{bfdname}
|
@item --target=@var{bfdname}
|
||||||
|
@ -4805,10 +4805,10 @@ Displays the detailed section information. Implies @option{-S}.
|
||||||
Displays the entries in symbol table section of the file, if it has one.
|
Displays the entries in symbol table section of the file, if it has one.
|
||||||
If a symbol has version information associated with it then this is
|
If a symbol has version information associated with it then this is
|
||||||
displayed as well. The version string is displayed as a suffix to the
|
displayed as well. The version string is displayed as a suffix to the
|
||||||
symbol name, preceeded by an @@ character. For example
|
symbol name, preceded by an @@ character. For example
|
||||||
@samp{foo@@VER_1}. If the version is the default version to be used
|
@samp{foo@@VER_1}. If the version is the default version to be used
|
||||||
when resolving unversioned references to the symbol then it is
|
when resolving unversioned references to the symbol then it is
|
||||||
displayed as a suffix preceeded by two @@ characters. For example
|
displayed as a suffix preceded by two @@ characters. For example
|
||||||
@samp{foo@@@@VER_2}.
|
@samp{foo@@@@VER_2}.
|
||||||
|
|
||||||
@item --dyn-syms
|
@item --dyn-syms
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2020-07-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* doc/as.texi: Replace preceeded with preceded.
|
||||||
|
|
||||||
2020-07-22 Maciej W. Rozycki <macro@linux-mips.org>
|
2020-07-22 Maciej W. Rozycki <macro@linux-mips.org>
|
||||||
|
|
||||||
* testsuite/gas/mips/jal-svr4pic-irix.d: New file.
|
* testsuite/gas/mips/jal-svr4pic-irix.d: New file.
|
||||||
|
|
|
@ -2958,7 +2958,7 @@ of a file is not a possible symbol delimiter). @xref{Symbols}.
|
||||||
|
|
||||||
Symbol names may also be enclosed in double quote @code{"} characters. In such
|
Symbol names may also be enclosed in double quote @code{"} characters. In such
|
||||||
cases any characters are allowed, except for the NUL character. If a double
|
cases any characters are allowed, except for the NUL character. If a double
|
||||||
quote character is to be included in the symbol name it must be preceeded by a
|
quote character is to be included in the symbol name it must be preceded by a
|
||||||
backslash @code{\} character.
|
backslash @code{\} character.
|
||||||
@cindex length of symbols
|
@cindex length of symbols
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue