From: Segher Boessenkool Date: Mon, 14 May 2018 19:15:39 +0000 (+0200) Subject: rs6000: Fix -mreadonly-in-sdata documentation X-Git-Tag: upstream/12.2.0~31858 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc05c538c95025b0ac7c7d7313666e2f7550d548;p=platform%2Fupstream%2Fgcc.git rs6000: Fix -mreadonly-in-sdata documentation For some reason I made both an @item and an @itemx for -mreadonly-in-sdata. This fixes it. * doc/invoke.texi (RS/6000 and PowerPC Options): Delete @itemx for -mreadonly-in-sdata. From-SVN: r260237 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0ad1368..9e54758 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-05-14 Segher Boessenkool + + * doc/invoke.texi (RS/6000 and PowerPC Options): Delete @itemx for + -mreadonly-in-sdata. + 2018-05-14 Kyrylo Tkachov * config/aarch64/aarch64-simd.md (*aarch64_crypto_aese_fused): diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 462aedc..ca3772b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -24059,7 +24059,6 @@ in the @code{.data} section, and all uninitialized data in the @code{.bss} section. @item -mreadonly-in-sdata -@itemx -mreadonly-in-sdata @opindex mreadonly-in-sdata @opindex mno-readonly-in-sdata Put read-only objects in the @code{.sdata} section as well. This is the