diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-06-21 10:49:41 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2010-06-21 10:49:41 +0000 |
commit | 1f9bb1caf2d151c70541aa772cfef544686aa211 (patch) | |
tree | ba696e9e0e121ff49be8d07fba34a951657a2f3a /gas/doc/c-arm.texi | |
parent | 6d0cb78c78e090501eced0284e413137aeb50875 (diff) | |
download | gdb-1f9bb1caf2d151c70541aa772cfef544686aa211.zip gdb-1f9bb1caf2d151c70541aa772cfef544686aa211.tar.gz gdb-1f9bb1caf2d151c70541aa772cfef544686aa211.tar.bz2 |
* doc/as.texinfo (Overview): Use @itemx for grouped @table
items.
* doc/c-alpha.texi (Alpha Options): Likewise.
* doc/c-arm.texi (ARM Directives): Likewise.
* doc/c-bfin.texi (Blackfin Options): Likewise.
* doc/c-d10v.texi (D10V-Opts): Likewise.
* doc/c-i386.texi (i386-Options): Likewise.
* doc/c-ia64.texi (IA-64 Options): Likewise.
* doc/c-m68k.texi (M68K-Opts): Likewise.
* doc/c-tic54x.texi (TIC54X-Directives): Likewise.
* doc/internals.texi (Symbols): Likewise.
Diffstat (limited to 'gas/doc/c-arm.texi')
-rw-r--r-- | gas/doc/c-arm.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index e33230c..8f1716a 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -538,7 +538,7 @@ for the @option{-mcpu} commandline option. @cindex @code{.dn} and @code{.qn} directives, ARM @item @var{name} .dn @var{register name} [@var{.type}] [[@var{index}]] -@item @var{name} .qn @var{register name} [@var{.type}] [[@var{index}]] +@itemx @var{name} .qn @var{register name} [@var{.type}] [[@var{index}]] The @code{dn} and @code{qn} directives are used to create typed and/or indexed register aliases for use in Advanced SIMD Extension @@ -655,8 +655,8 @@ directive. @cindex @code{.inst} directive, ARM @item .inst @var{opcode} [ , @dots{} ] -@item .inst.n @var{opcode} [ , @dots{} ] -@item .inst.w @var{opcode} [ , @dots{} ] +@itemx .inst.n @var{opcode} [ , @dots{} ] +@itemx .inst.w @var{opcode} [ , @dots{} ] Generates the instruction corresponding to the numerical value @var{opcode}. @code{.inst.n} and @code{.inst.w} allow the Thumb instruction size to be specified explicitly, overriding the normal encoding rules. |