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-m68k.texi | |
parent | 6d0cb78c78e090501eced0284e413137aeb50875 (diff) | |
download | binutils-gdb-1f9bb1caf2d151c70541aa772cfef544686aa211.tar.gz |
* 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-m68k.texi')
-rw-r--r-- | gas/doc/c-m68k.texi | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/gas/doc/c-m68k.texi b/gas/doc/c-m68k.texi index a12fe0802ae..26abeced2e5 100644 --- a/gas/doc/c-m68k.texi +++ b/gas/doc/c-m68k.texi @@ -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 |