From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7897) id B9D5F3858C56; Sun, 25 Sep 2022 07:32:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9D5F3858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664091120; bh=4z5db6PcaN0wdURSyX5629q5DGe/hKxpBUXIOFMmeF4=; h=From:To:Subject:Date:From; b=UVafN4SPF9rcBlKz0KsD9oBLacqkSOoInLM4cq4/vtG2Vk3i+q/5EWET6aWexCHD0 8zR12jIE4rmla/paM301ya9M7nXHWiblTPPgOkmZOUVlIVLvKcs2JrkVwdiCCwSi0t +lMbCzbh51OkdS9VRa997Y4dE98IdsrhuKdMucPk= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Torbjorn Svensson To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-2832] Fix typo in chapter level for RISC-V attributes X-Act-Checkin: gcc X-Git-Author: =?utf-8?q?Torbj=C3=B6rn_SVENSSON?= X-Git-Refname: refs/heads/master X-Git-Oldrev: 28a61ecdc176edca4bf4affb4c8ac7b9b9a72b06 X-Git-Newrev: 323c38c915f34883439e9e53b9eac5fe07cb8378 Message-Id: <20220925073200.B9D5F3858C56@sourceware.org> Date: Sun, 25 Sep 2022 07:32:00 +0000 (GMT) List-Id: https://gcc.gnu.org/g:323c38c915f34883439e9e53b9eac5fe07cb8378 commit r13-2832-g323c38c915f34883439e9e53b9eac5fe07cb8378 Author: Torbjörn SVENSSON Date: Fri Sep 23 20:38:45 2022 +0200 Fix typo in chapter level for RISC-V attributes The "RISC-V specific attributes" section should be at the same level as "PowerPC-specific attributes". gcc/ChangeLog: * doc/sourcebuild.texi: Fix chapter level. Signed-off-by: Torbjörn SVENSSON Diff: --- gcc/doc/sourcebuild.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 760ff9559a6..52357cc7aee 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2447,7 +2447,7 @@ PowerPC target pre-defines macro _ARCH_PWR9 which means the @code{-mcpu} setting is Power9 or later. @end table -@subsection RISC-V specific attributes +@subsubsection RISC-V specific attributes @table @code