From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1256) id 78F803858D28; Mon, 18 Jul 2022 15:49:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 78F803858D28 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Maciej W. Rozycki To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-1734] RISC-V/doc: Correct the name of `-mriscv-attribute' X-Act-Checkin: gcc X-Git-Author: Maciej W. Rozycki X-Git-Refname: refs/heads/master X-Git-Oldrev: 7501eec65c60701f72621d04eeb5342bad2fe4fb X-Git-Newrev: 7df79970bfec96e186cd50ac951f7017c2109a13 Message-Id: <20220718154929.78F803858D28@sourceware.org> Date: Mon, 18 Jul 2022 15:49:29 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2022 15:49:29 -0000 https://gcc.gnu.org/g:7df79970bfec96e186cd50ac951f7017c2109a13 commit r13-1734-g7df79970bfec96e186cd50ac951f7017c2109a13 Author: Maciej W. Rozycki Date: Mon Jul 18 16:47:20 2022 +0100 RISC-V/doc: Correct the name of `-mriscv-attribute' Correct the name of the `-mriscv-attribute' invocation option, including a typo in the negated form. gcc/ * doc/invoke.texi (Option Summary): Fix `-mno-riscv-attribute'. (RISC-V Options): Likewise, and `-mriscv-attribute'. 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 94fe57aa4e2..9f2f97c5505 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1219,7 +1219,7 @@ See RS/6000 and PowerPC Options. -mcmodel=medlow -mcmodel=medany @gol -mexplicit-relocs -mno-explicit-relocs @gol -mrelax -mno-relax @gol --mriscv-attribute -mmo-riscv-attribute @gol +-mriscv-attribute -mno-riscv-attribute @gol -malign-data=@var{type} @gol -mbig-endian -mlittle-endian @gol -mstack-protector-guard=@var{guard} -mstack-protector-guard-reg=@var{reg} @gol @@ -28377,8 +28377,8 @@ Take advantage of linker relaxations to reduce the number of instructions required to materialize symbol addresses. The default is to take advantage of linker relaxations. -@item -memit-attribute -@itemx -mno-emit-attribute +@item -mriscv-attribute +@itemx -mno-riscv-attribute Emit (do not emit) RISC-V attribute to record extra information into ELF objects. This feature requires at least binutils 2.32.