public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] doc: invoke: pru/riscv: Fix option list formatting
@ 2022-11-15 23:08 Christoph Muellner
  2022-11-16  3:31 ` Jeff Law
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Muellner @ 2022-11-15 23:08 UTC (permalink / raw)
  To: gcc-patches, Kito Cheng, Palmer Dabbelt, Philipp Tomsich,
	Martin Liska, Jeff Law, Andreas Schwab
  Cc: Christoph Müllner

From: Christoph Müllner <christoph.muellner@vrull.eu>

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.

Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
---
 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
-- 
2.38.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: invoke: pru/riscv: Fix option list formatting
  2022-11-15 23:08 [PATCH] doc: invoke: pru/riscv: Fix option list formatting Christoph Muellner
@ 2022-11-16  3:31 ` Jeff Law
  2022-11-16  9:33   ` Philipp Tomsich
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Law @ 2022-11-16  3:31 UTC (permalink / raw)
  To: Christoph Muellner, gcc-patches, Kito Cheng, Palmer Dabbelt,
	Philipp Tomsich, Martin Liska, Andreas Schwab


On 11/15/22 16:08, Christoph Muellner wrote:
> From: Christoph Müllner <christoph.muellner@vrull.eu>
>
> 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.

OK.


Jeff



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc: invoke: pru/riscv: Fix option list formatting
  2022-11-16  3:31 ` Jeff Law
@ 2022-11-16  9:33   ` Philipp Tomsich
  0 siblings, 0 replies; 3+ messages in thread
From: Philipp Tomsich @ 2022-11-16  9:33 UTC (permalink / raw)
  To: Jeff Law
  Cc: Christoph Muellner, gcc-patches, Kito Cheng, Palmer Dabbelt,
	Martin Liska, Andreas Schwab

Applied to master. Thanks!
Philipp.

On Wed, 16 Nov 2022 at 04:31, Jeff Law <jeffreyalaw@gmail.com> wrote:
>
>
> On 11/15/22 16:08, Christoph Muellner wrote:
> > From: Christoph Müllner <christoph.muellner@vrull.eu>
> >
> > 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.
>
> OK.
>
>
> Jeff
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-16  9:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15 23:08 [PATCH] doc: invoke: pru/riscv: Fix option list formatting Christoph Muellner
2022-11-16  3:31 ` Jeff Law
2022-11-16  9:33   ` 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).