[PATCH] gas/doc/c-z80.texi: Fix @xref warnings
H.J. Lu
hjl.tools@gmail.com
Tue Apr 7 11:22:29 GMT 2020
More information about the Binutils mailing list
Tue Apr 7 11:22:29 GMT 2020
- Previous message (by thread): [PATCH 4/4]: Add generic prototype for md_pcrel_from_section
- Next message (by thread): [PATCH] gas: Mention support for Intel SERIALIZE and TSXLDTRK
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fix gas/doc/c-z80.texi:244: warning: `.' or `,' must follow @xref, not ) gas/doc/c-z80.texi:278: warning: `.' or `,' must follow @xref, not ) gas/doc/c-z80.texi:284: warning: `.' or `,' must follow @xref, not ) gas/doc/c-z80.texi:291: warning: `.' or `,' must follow @xref, not ) gas/doc/c-z80.texi:295: warning: `.' or `,' must follow @xref, not ) * doc/c-z80.texi: Fix @xref warnings. --- gas/ChangeLog | 4 ++++ gas/doc/c-z80.texi | 14 +++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 09cd4ae5ef..6fdfcad77e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2020-04-07 H.J. Lu <hongjiu.lu@intel.com> + + * doc/c-z80.texi: Fix @xref warnings. + 2020-04-07 Lili Cui <lili.cui@intel.com> * config/tc-i386.c (cpu_arch): Add .TSXLDTRK. diff --git a/gas/doc/c-z80.texi b/gas/doc/c-z80.texi index 2858d6f1e6..88126ff44a 100644 --- a/gas/doc/c-z80.texi +++ b/gas/doc/c-z80.texi @@ -241,7 +241,7 @@ For each @var{string} the characters are copied to the object file, for each other @var{expression} the value is stored in one byte. A warning is issued in case of an overflow. Backslash symbol in the strings is generic symbol, it cannot be used as -escape character (@xref{Ascii,,@code{.ascii}}). +escape character. @xref{Ascii,,@code{.ascii}}. @item @code{dw @var{expression}[,@var{expression}...]} @cindex @code{dw} directive, Z80 @@ -275,24 +275,28 @@ Fill @var{count} bytes in the object file with @var{value}, if @item @code{@var{symbol} defl @var{expression}} @cindex @code{defl} directive, Z80 -The @code{defl} directive is like @code{.set} but with different syntax (@xref{Set,,@code{.set}}). +The @code{defl} directive is like @code{.set} but with different +syntax. @xref{Set,,@code{.set}}. It set the value of @var{symbol} to @var{expression}. Symbols defined with @code{defl} are not protected from redefinition. @item @code{@var{symbol} equ @var{expression}} @cindex @code{equ} directive, Z80 -The @code{equ} directive is like @code{.equiv} but with different syntax (@xref{Equiv,,@code{.equiv}}). +The @code{equ} directive is like @code{.equiv} but with different +syntax. @xref{Equiv, ,@code{.equiv}}. It set the value of @var{symbol} to @var{expression}. It is an error if @var{symbol} is already defined. Symbols defined with @code{equ} are not protected from redefinition. @item @code{psect @var{name}} @cindex @code{psect} directive, Z80 -A synonym for @code{.section}, no second argument should be given (@xref{Section,,@code{.section}}). +A synonym for @code{.section}, no second argument should be given. +@xref{Section,,@code{.section}}. @item @code{xdef @var{symbol}} @cindex @code{xdef} directive, Z80 -A synonym for @code{.global}, make @var{symbol} is visible to linker (@xref{Global,,@code{.global}}). +A synonym for @code{.global}, make @var{symbol} is visible to linker. +@xref{Global,,@code{.global}}. @item @code{xref @var{name}} @cindex @code{xref} directive, Z80 -- 2.25.1
- Previous message (by thread): [PATCH 4/4]: Add generic prototype for md_pcrel_from_section
- Next message (by thread): [PATCH] gas: Mention support for Intel SERIALIZE and TSXLDTRK
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list