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/as.texinfo | |
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/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index f304b92..a8327b8 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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 |