aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2018-05-14 21:15:39 +0200
committerSegher Boessenkool <segher@gcc.gnu.org>2018-05-14 21:15:39 +0200
commitdc05c538c95025b0ac7c7d7313666e2f7550d548 (patch)
tree7dbdb4c3b2c6635cce24aff21397c544035b6643 /gcc/doc
parente77497ab777d3dfa19224648d658220807ab7419 (diff)
downloadgcc-dc05c538c95025b0ac7c7d7313666e2f7550d548.zip
gcc-dc05c538c95025b0ac7c7d7313666e2f7550d548.tar.gz
gcc-dc05c538c95025b0ac7c7d7313666e2f7550d548.tar.bz2
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
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi1
1 files changed, 0 insertions, 1 deletions
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