From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1923) id 148D6382EF20; Wed, 16 Nov 2022 10:54:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 148D6382EF20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668596060; bh=DveNKzoJmdtyxS+qp3Sy79vydTQeYZlSLKSLi6S3xII=; h=From:To:Subject:Date:From; b=CoJjpEmbiGuUjk2Dbm/uSWYy0NFVTNCcyKjYqpvi5Vp1EUnckwLxFZjxlY2lwlDNT go9Ov1jsrPy9RCxcd+3aZ2eY85sGV/ywtZhVZ0UCVtMCFrmpPbhg7lpVz/8ZDsuKh4 ICjR3yTGJXEG3LE4ZAbJ3E80lZa8yTf1/GggW9dM= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Philipp Tomsich To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-4085] doc: invoke: pru/riscv: Fix option list formatting X-Act-Checkin: gcc X-Git-Author: =?utf-8?q?Christoph_M=C3=BCllner?= X-Git-Refname: refs/heads/master X-Git-Oldrev: 136029059686fed2d99c755baf35f98553fc0232 X-Git-Newrev: f58e6d42fc555ee471594ac57bccaa8a3fb833aa Message-Id: <20221116105420.148D6382EF20@sourceware.org> Date: Wed, 16 Nov 2022 10:54:20 +0000 (GMT) List-Id: https://gcc.gnu.org/g:f58e6d42fc555ee471594ac57bccaa8a3fb833aa commit r13-4085-gf58e6d42fc555ee471594ac57bccaa8a3fb833aa Author: Christoph Müllner 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