invoke.texi (ARM Options): Use @item instead of @itemx for armv5te.
* doc/invoke.texi (ARM Options): Use @item instead of @itemx for armv5te. From-SVN: r260846
This commit is contained in:
parent
7728669d4b
commit
533aa46a86
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-05-28 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* doc/invoke.texi (ARM Options): Use @item instead of @itemx
|
||||
for armv5te.
|
||||
|
||||
2018-05-28 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* dwarf2asm.c (dw2_asm_output_delta_uleb128): Add brackets around lab2
|
||||
|
|
|
@ -15968,7 +15968,7 @@ The table below lists the supported extensions for each architecture.
|
|||
Architectures not mentioned do not support any extensions.
|
||||
|
||||
@table @samp
|
||||
@itemx armv5te
|
||||
@item armv5te
|
||||
@itemx armv6
|
||||
@itemx armv6j
|
||||
@itemx armv6k
|
||||
|
|
Loading…
Add table
Reference in a new issue