diff options
author | Jakub Jelinek <jakub@redhat.com> | 2018-05-28 12:20:56 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-05-28 12:20:56 +0200 |
commit | 533aa46a8685713d8d8a987de016c5bcbff9c209 (patch) | |
tree | bf634b13d9a57082e615cfd722d1b3069879b4a3 /gcc | |
parent | 7728669d4b058aa3e66163a89ebbf22e5cd49cc1 (diff) | |
download | gcc-533aa46a8685713d8d8a987de016c5bcbff9c209.zip gcc-533aa46a8685713d8d8a987de016c5bcbff9c209.tar.gz gcc-533aa46a8685713d8d8a987de016c5bcbff9c209.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9ea9086..daf697c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 65f32d6..4a45928 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |