aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/c-arm.texi
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2013-03-14 16:17:45 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2013-03-14 16:17:45 +0000
commit9e6f38113349b398fc4d08d90a1f137f8872b46c (patch)
tree45d959b714927200c310b15cfe95b690922e81ce /gas/doc/c-arm.texi
parent8f1b8b820d2bf24961b5624c01ebcdc11de2dbb3 (diff)
downloadgdb-9e6f38113349b398fc4d08d90a1f137f8872b46c.zip
gdb-9e6f38113349b398fc4d08d90a1f137f8872b46c.tar.gz
gdb-9e6f38113349b398fc4d08d90a1f137f8872b46c.tar.bz2
* doc/c-arc.texi (ARC Directives): Revert last change and use
@itemize instead of @table. * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
Diffstat (limited to 'gas/doc/c-arm.texi')
-rw-r--r--gas/doc/c-arm.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 52f5679..37756a0 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -389,32 +389,32 @@ ARM and THUMB instructions had their own, separate syntaxes. The new,
@code{unified} syntax, which can be selected via the @code{.syntax}
directive, and has the following main features:
-@table @code
-@item 1
+@itemize @bullet
+@item
Immediate operands do not require a @code{#} prefix.
-@item 2
+@item
The @code{IT} instruction may appear, and if it does it is validated
against subsequent conditional affixes. In ARM mode it does not
generate machine code, in THUMB mode it does.
-@item 3
+@item
For ARM instructions the conditional affixes always appear at the end
of the instruction. For THUMB instructions conditional affixes can be
used, but only inside the scope of an @code{IT} instruction.
-@item 4
+@item
All of the instructions new to the V6T2 architecture (and later) are
available. (Only a few such instructions can be written in the
@code{divided} syntax).
-@item 5
+@item
The @code{.N} and @code{.W} suffixes are recognized and honored.
-@item 6
+@item
All instructions set the flags if and only if they have an @code{s}
affix.
-@end table
+@end itemize
@node ARM-Chars
@subsection Special Characters