public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4085] doc: invoke: pru/riscv: Fix option list formatting
@ 2022-11-16 10:54 Philipp Tomsich
  0 siblings, 0 replies; only message in thread
From: Philipp Tomsich @ 2022-11-16 10:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f58e6d42fc555ee471594ac57bccaa8a3fb833aa

commit r13-4085-gf58e6d42fc555ee471594ac57bccaa8a3fb833aa
Author: Christoph Müllner <christoph.muellner@vrull.eu>
Date:   Tue Nov 15 23:29:24 2022 +0100

    doc: invoke: pru/riscv: Fix option list formatting
    
    This patch fixes a wrong placed closing bracket in the RISC-V option
    list and an unneeded @gol in the PRU option list in invoke.texi.
    
    gcc/ChangeLog:
    
            * doc/invoke.texi: Fix PRU/RISC-V option list formatting.

Diff:
---
 gcc/doc/invoke.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 057439a004c..cbfe1102bd2 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -1197,7 +1197,7 @@ See RS/6000 and PowerPC Options.
 
 @emph{PRU Options}
 @gccoptlist{-mmcu=@var{mcu}  -minrt  -mno-relax  -mloop @gol
--mabi=@var{variant} @gol}
+-mabi=@var{variant}}
 
 @emph{RISC-V Options}
 @gccoptlist{-mbranch-cost=@var{N-instruction} @gol
@@ -1220,8 +1220,8 @@ See RS/6000 and PowerPC Options.
 -malign-data=@var{type} @gol
 -mbig-endian  -mlittle-endian @gol
 -mstack-protector-guard=@var{guard}  -mstack-protector-guard-reg=@var{reg} @gol
--mstack-protector-guard-offset=@var{offset}}
--mcsr-check -mno-csr-check @gol
+-mstack-protector-guard-offset=@var{offset} @gol
+-mcsr-check -mno-csr-check}
 
 @emph{RL78 Options}
 @gccoptlist{-msim  -mmul=none  -mmul=g13  -mmul=g14  -mallregs @gol

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-16 10:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16 10:54 [gcc r13-4085] doc: invoke: pru/riscv: Fix option list formatting Philipp Tomsich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).