mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 01:30:50 +00:00
* doc/c-arc.texi (ARC Directives): Revert last change and use
@itemize instead of @table. * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
This commit is contained in:
parent
8f1b8b820d
commit
9e6f381133
@ -1,3 +1,9 @@
|
|||||||
|
2013-03-14 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* doc/c-arc.texi (ARC Directives): Revert last change and use
|
||||||
|
@itemize instead of @table.
|
||||||
|
* doc/c-arm.texi (ARM-Instruction-Set): Likewise.
|
||||||
|
|
||||||
2013-03-14 Nick Clifton <nickc@redhat.com>
|
2013-03-14 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR gas/15273
|
PR gas/15273
|
||||||
@ -7,7 +13,7 @@
|
|||||||
2013-03-14 Nick Clifton <nickc@redhat.com>
|
2013-03-14 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR gas/15212
|
PR gas/15212
|
||||||
* doc/c-arc.texi (ARC Directives): Use @code instead of @bullte
|
* doc/c-arc.texi (ARC Directives): Use @code instead of @bullet
|
||||||
for table format.
|
for table format.
|
||||||
* doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
|
* doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
|
||||||
to the @item directives.
|
to the @item directives.
|
||||||
@ -73,7 +79,7 @@
|
|||||||
2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
|
2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* config/tc-i386.c (_i386_insn): Add rep_prefix.
|
* config/tc-i386.c (_i386_insn): Add rep_prefix.
|
||||||
(md_assemble): Check if REP prefix is OK.
|
(md_assemble): Check if REP prefix is OK.
|
||||||
(parse_insn): Remove expecting_string_instruction. Set
|
(parse_insn): Remove expecting_string_instruction. Set
|
||||||
i.rep_prefix.
|
i.rep_prefix.
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@ The extension instructions are not macros. The assembler creates
|
|||||||
encodings for use of these instructions according to the specification
|
encodings for use of these instructions according to the specification
|
||||||
by the user. The parameters are:
|
by the user. The parameters are:
|
||||||
|
|
||||||
@table @code
|
@itemize @bullet
|
||||||
@item @var{name}
|
@item @var{name}
|
||||||
Name of the extension instruction
|
Name of the extension instruction
|
||||||
|
|
||||||
@ -279,7 +279,7 @@ code were: inst 0,r1,r2. You use OP1_IMM_IMPLIED by bitwise ORing it
|
|||||||
with SYNTAX_20P.
|
with SYNTAX_20P.
|
||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
@end table
|
@end itemize
|
||||||
|
|
||||||
For example, defining 64-bit multiplier with immediate operands:
|
For example, defining 64-bit multiplier with immediate operands:
|
||||||
|
|
||||||
|
@ -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}
|
@code{unified} syntax, which can be selected via the @code{.syntax}
|
||||||
directive, and has the following main features:
|
directive, and has the following main features:
|
||||||
|
|
||||||
@table @code
|
@itemize @bullet
|
||||||
@item 1
|
@item
|
||||||
Immediate operands do not require a @code{#} prefix.
|
Immediate operands do not require a @code{#} prefix.
|
||||||
|
|
||||||
@item 2
|
@item
|
||||||
The @code{IT} instruction may appear, and if it does it is validated
|
The @code{IT} instruction may appear, and if it does it is validated
|
||||||
against subsequent conditional affixes. In ARM mode it does not
|
against subsequent conditional affixes. In ARM mode it does not
|
||||||
generate machine code, in THUMB mode it does.
|
generate machine code, in THUMB mode it does.
|
||||||
|
|
||||||
@item 3
|
@item
|
||||||
For ARM instructions the conditional affixes always appear at the end
|
For ARM instructions the conditional affixes always appear at the end
|
||||||
of the instruction. For THUMB instructions conditional affixes can be
|
of the instruction. For THUMB instructions conditional affixes can be
|
||||||
used, but only inside the scope of an @code{IT} instruction.
|
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
|
All of the instructions new to the V6T2 architecture (and later) are
|
||||||
available. (Only a few such instructions can be written in the
|
available. (Only a few such instructions can be written in the
|
||||||
@code{divided} syntax).
|
@code{divided} syntax).
|
||||||
|
|
||||||
@item 5
|
@item
|
||||||
The @code{.N} and @code{.W} suffixes are recognized and honored.
|
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}
|
All instructions set the flags if and only if they have an @code{s}
|
||||||
affix.
|
affix.
|
||||||
@end table
|
@end itemize
|
||||||
|
|
||||||
@node ARM-Chars
|
@node ARM-Chars
|
||||||
@subsection Special Characters
|
@subsection Special Characters
|
||||||
|
Loading…
Reference in New Issue
Block a user