summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>2018-05-14 19:15:39 +0000
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>2018-05-14 19:15:39 +0000
commitc6c9d80c309d9fa776839c97b44facbcf765e1a8 (patch)
tree7dbdb4c3b2c6635cce24aff21397c544035b6643
parenta3d084d95e82eb7623e34e598373a8cb9bc543f1 (diff)
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@260237 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi1
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0ad13682cfd6..9e54758cf091 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2018-05-14 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * doc/invoke.texi (RS/6000 and PowerPC Options): Delete @itemx for
+ -mreadonly-in-sdata.
+
2018-05-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64-simd.md (*aarch64_crypto_aese_fused):
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 462aedc255ba..ca3772bbebfc 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