diff mbox series

rs6000: Fix -mreadonly-in-sdata documentation

Message ID c4a0eaa273611fcdcf4ddaeda445c149917a6dee.1526324852.git.segher@kernel.crashing.org
State New
Headers show
Series rs6000: Fix -mreadonly-in-sdata documentation | expand

Commit Message

Segher Boessenkool May 14, 2018, 7:12 p.m. UTC
For some reason I made both an @item and an @itemx for
-mreadonly-in-sdata.  This fixes it.  Committing.


Segher


2018-05-14  Segher Boessenkool  <segher@kernel.crashing.org>

	* doc/invoke.texi (RS/6000 and PowerPC Options): Delete @itemx for
	-mreadonly-in-sdata.

---
 gcc/doc/invoke.texi | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index ecb1550..1297aef 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -24032,7 +24032,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