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-ia64.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-ia64.texi')
-rw-r--r-- | gas/doc/c-ia64.texi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gas/doc/c-ia64.texi b/gas/doc/c-ia64.texi index f684171..eb92836 100644 --- a/gas/doc/c-ia64.texi +++ b/gas/doc/c-ia64.texi @@ -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 |