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-d10v.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-d10v.texi')
-rw-r--r-- | gas/doc/c-d10v.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-d10v.texi b/gas/doc/c-d10v.texi index 0def48c..7215f19 100644 --- a/gas/doc/c-d10v.texi +++ b/gas/doc/c-d10v.texi @@ -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 |