diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2013-03-14 16:17:45 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2013-03-14 16:17:45 +0000 |
commit | 9e6f38113349b398fc4d08d90a1f137f8872b46c (patch) | |
tree | 45d959b714927200c310b15cfe95b690922e81ce /gas/doc/c-arc.texi | |
parent | 8f1b8b820d2bf24961b5624c01ebcdc11de2dbb3 (diff) | |
download | gdb-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-arc.texi')
-rw-r--r-- | gas/doc/c-arc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-arc.texi b/gas/doc/c-arc.texi index da5fb36..38bd3c8 100644 --- a/gas/doc/c-arc.texi +++ b/gas/doc/c-arc.texi @@ -220,7 +220,7 @@ The extension instructions are not macros. The assembler creates encodings for use of these instructions according to the specification by the user. The parameters are: -@table @code +@itemize @bullet @item @var{name} 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. @end itemize -@end table +@end itemize For example, defining 64-bit multiplier with immediate operands: |