* doc/as.texinfo (Overview): Use @itemx for grouped @table
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 21 Jun 2010 10:49:41 +0000 (10:49 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 21 Jun 2010 10:49:41 +0000 (10:49 +0000)
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.

gas/ChangeLog
gas/doc/as.texinfo
gas/doc/c-alpha.texi
gas/doc/c-arm.texi
gas/doc/c-bfin.texi
gas/doc/c-d10v.texi
gas/doc/c-i386.texi
gas/doc/c-ia64.texi
gas/doc/c-m68k.texi
gas/doc/c-tic54x.texi
gas/doc/internals.texi

index b899092fb30eef10bba9c77f7f1b6e059997c58c..7dd487e29f59e870afd2d808254891a778f93afc 100644 (file)
@@ -1,3 +1,17 @@
+2010-06-21  Andreas Schwab  <schwab@redhat.com>
+
+       * 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.
+
 2010-06-21  Alan Modra  <amodra@gmail.com>
 
        PR gas/11733
index f304b9251a18af2a2a45d29a6b38958b16e531eb..a8327b882cc96217ca6bdd6bb0d14f433342ebf8 100644 (file)
@@ -743,7 +743,8 @@ This option specifies the target processor.  The optional @var{sirevision}
 is not used in assembler.
 @item -mfdpic
 Assemble for the FDPIC ABI.
-@item -mno-fdpic/-mnopic
+@item -mno-fdpic
+@itemx -mnopic
 Disable -mfdpic.
 @end table
 @end ifset
index 6a6608e171e854687ccc211b7a57f1e8788c92e7..3284f6fc7176da7067417437b73c96a428900c17 100644 (file)
@@ -93,7 +93,7 @@ can still be useful in specific applications.
 @cindex @code{-replace} command line option, Alpha
 @cindex @code{-noreplace} command line option, Alpha
 @item -replace
-@item -noreplace
+@itemx -noreplace
 Enables or disables the optimization of procedure calls, both at assemblage
 and at link time.  These options are only available for VMS targets and
 @code{-replace} is the default.  See section 1.4.1 of the OpenVMS Linker
index e33230caa313bcfb614778280bf574b8d5fa3047..8f1716a57255a937b7b605f0a494d8bbb3f1b569 100644 (file)
@@ -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.
index 60c3360e5266ed97f2921cb9046c57c5fdfd3bba..dee592b1c1a0ef74cf4a586113b5e24ff50ce3bb 100644 (file)
@@ -74,7 +74,8 @@ Assemble for the FDPIC ABI.
 
 @cindex @code{-mno-fdpic} command line option, Blackfin
 @cindex @code{-mnopic} command line option, Blackfin
-@item -mno-fdpic/-mnopic
+@item -mno-fdpic
+@itemx -mnopic
 Disable -mfdpic.
 @end table
 
index 0def48cd7fb1405eb4ed63ba900f6c9c8dd0b269..7215f193f2fb16155735f896099607d56eb752ff 100644 (file)
@@ -36,7 +36,7 @@ To optimize execution performance, @code{@value{AS}} will sometimes swap the
 order of instructions. Normally this generates a warning. When this option 
 is used, no warning will be generated when instructions are swapped.
 @item --gstabs-packing
-@item --no-gstabs-packing
+@itemx --no-gstabs-packing
 @code{@value{AS}} packs adjacent short instructions into a single packed
 instruction. @samp{--no-gstabs-packing} turns instruction packing off if
 @samp{--gstabs} is specified as well; @samp{--gstabs-packing} (the
index 1f414f65ed06387b9a72f69a5663e19bc1ce54be..db78591d2415da9aaaeacdcca3781027081b2ee8 100644 (file)
@@ -180,8 +180,8 @@ with VEX prefix.
 @cindex @samp{-msse-check=} option, i386
 @cindex @samp{-msse-check=} option, x86-64
 @item -msse-check=@var{none}
-@item -msse-check=@var{warning}
-@item -msse-check=@var{error}
+@itemx -msse-check=@var{warning}
+@itemx -msse-check=@var{error}
 These options control if the assembler should check SSE intructions.
 @option{-msse-check=@var{none}} will make the assembler not to check SSE
 instructions,  which is the default.  @option{-msse-check=@var{warning}}
@@ -192,7 +192,7 @@ for any SSE intruction.
 @cindex @samp{-mavxscalar=} option, i386
 @cindex @samp{-mavxscalar=} option, x86-64
 @item -mavxscalar=@var{128}
-@item -mavxscalar=@var{256}
+@itemx -mavxscalar=@var{256}
 This options control how the assembler should encode scalar AVX
 instructions.  @option{-mavxscalar=@var{128}} will encode scalar
 AVX instructions with 128bit vector length, which is the default.
@@ -202,7 +202,7 @@ with 256bit vector length.
 @cindex @samp{-mmnemonic=} option, i386
 @cindex @samp{-mmnemonic=} option, x86-64
 @item -mmnemonic=@var{att}
-@item -mmnemonic=@var{intel}
+@itemx -mmnemonic=@var{intel}
 This option specifies instruction mnemonic for matching instructions. 
 The @code{.att_mnemonic} and @code{.intel_mnemonic} directives will
 take precedent.
@@ -210,7 +210,7 @@ take precedent.
 @cindex @samp{-msyntax=} option, i386
 @cindex @samp{-msyntax=} option, x86-64
 @item -msyntax=@var{att}
-@item -msyntax=@var{intel}
+@itemx -msyntax=@var{intel}
 This option specifies instruction syntax when processing instructions. 
 The @code{.att_syntax} and @code{.intel_syntax} directives will
 take precedent.
index f6841714eb8a3449cd05052ae73c477e2d9ef043..eb9283636d101f1cbf0d011d207442343e4c1bfc 100644 (file)
@@ -53,25 +53,25 @@ affect the machine code emitted by the assembler.  All it does is
 turn on the EF_IA_64_NOFUNCDESC_CONS_GP flag in the ELF file header.
 
 @item -milp32
-@item -milp64
-@item -mlp64
-@item -mp64
+@itemx -milp64
+@itemx -mlp64
+@itemx -mp64
 These options select the data model.  The assembler defaults to @code{-mlp64}
 (LP64 data model).
 
 @item -mle
-@item -mbe
+@itemx -mbe
 These options select the byte order.  The @code{-mle} option selects little-endian
 byte order (default) and @code{-mbe} selects big-endian byte order.  Note that
 IA-64 machine code always uses little-endian byte order.
 
 @item -mtune=itanium1
-@item -mtune=itanium2
+@itemx -mtune=itanium2
 Tune for a particular IA-64 CPU, @var{itanium1} or @var{itanium2}. The
 default is @var{itanium2}.
 
 @item -munwind-check=warning
-@item -munwind-check=error
+@itemx -munwind-check=error
 These options control what the assembler will do when performing
 consistency checks on unwind directives.  @code{-munwind-check=warning}
 will make the assembler issue a warning when an unwind directive check
@@ -79,8 +79,8 @@ fails.  This is the default.  @code{-munwind-check=error} will make the
 assembler issue an error when an unwind directive check fails.
 
 @item -mhint.b=ok
-@item -mhint.b=warning
-@item -mhint.b=error
+@itemx -mhint.b=warning
+@itemx -mhint.b=error
 These options control what the assembler will do when the @samp{hint.b}
 instruction is used.  @code{-mhint.b=ok} will make the assembler accept
 @samp{hint.b}.  @code{-mint.b=warning} will make the assembler issue a
@@ -88,7 +88,7 @@ warning when @samp{hint.b} is used.  @code{-mhint.b=error} will make
 the assembler treat @samp{hint.b} as an error, which is the default.
 
 @item -x
-@item -xexplicit
+@itemx -xexplicit
 These options turn on dependency violation checking.
 
 @item -xauto
index a12fe0802aecc77077ee81a5b04b240fa1eea49e..26abeced2e5159ea72247fa1d2d4ac443412d8df 100644 (file)
@@ -65,12 +65,12 @@ for instruction generation, rather than those of the specific chip.
 @cindex @samp{-m[no-]mac} command line option, M680x0
 @cindex @samp{-m[no-]emac} command line option, M680x0
 @item -m[no-]68851
-@item -m[no-]68881
-@item -m[no-]div
-@item -m[no-]usp
-@item -m[no-]float
-@item -m[no-]mac
-@item -m[no-]emac
+@itemx -m[no-]68881
+@itemx -m[no-]div
+@itemx -m[no-]usp
+@itemx -m[no-]float
+@itemx -m[no-]mac
+@itemx -m[no-]emac
 
 Enable or disable various architecture specific features.  If a chip
 or architecture by default supports an option (for instance
@@ -210,19 +210,19 @@ Assemble for the 68060.
 Assemble for the CPU32 family of chips.
 
 @item -m5200
-@item -m5202
-@item -m5204
-@item -m5206
-@item -m5206e
-@item -m521x
-@item -m5249
-@item -m528x
-@item -m5307
-@item -m5407
-@item -m547x
-@item -m548x
-@item -mcfv4
-@item -mcfv4e
+@itemx -m5202
+@itemx -m5204
+@itemx -m5206
+@itemx -m5206e
+@itemx -m521x
+@itemx -m5249
+@itemx -m528x
+@itemx -m5307
+@itemx -m5407
+@itemx -m547x
+@itemx -m548x
+@itemx -mcfv4
+@itemx -mcfv4e
 Assemble for the ColdFire family of chips.
 
 @item -m68881
index 27d7a079e76198ea1369ab9c380245d94252fc15..4cfb4405bd72a1fda369e818356cc496cda72620 100644 (file)
@@ -531,7 +531,7 @@ only macro definitions.   The standard include search path is used.
 @cindex @code{mlist} directive, TIC54X
 @cindex @code{mnolist} directive, TIC54X
 @item .mlist
-@item .mnolist
+@itemx .mnolist
 Control whether to include macro and loop block expansions in the
 listing output.  Ignored.
 
index 21334864b7e95afdddd4e0368f1258e15a6a7583..f8495a9196237898212df646c6469ad0db89fd92 100644 (file)
@@ -252,8 +252,8 @@ Indicate that the symbol is a forward reference, that is its value must only
 be determined upon use.
 
 @item S_GET_TYPE
-@item S_GET_DESC
-@item S_GET_OTHER
+@itemx S_GET_DESC
+@itemx S_GET_OTHER
 @cindex S_GET_TYPE
 @cindex S_GET_DESC
 @cindex S_GET_OTHER
@@ -262,8 +262,8 @@ are only defined for object file formats for which they make sense (primarily
 a.out).
 
 @item S_SET_TYPE
-@item S_SET_DESC
-@item S_SET_OTHER
+@itemx S_SET_DESC
+@itemx S_SET_OTHER
 @cindex S_SET_TYPE
 @cindex S_SET_DESC
 @cindex S_SET_OTHER
This page took 0.047852 seconds and 4 git commands to generate.