From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 70F353891C10; Mon, 24 May 2021 13:17:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 70F353891C10 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/sphinx] Simplify gcov-dump and lto-dump. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/devel/sphinx X-Git-Oldrev: cab6050fa9f02bf444f48d4bbf3d8f0c1bf401ed X-Git-Newrev: f146ba4d8a65ed8e4a98a49f7c733924ad3d6406 Message-Id: <20210524131740.70F353891C10@sourceware.org> Date: Mon, 24 May 2021 13:17:40 +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, 24 May 2021 13:17:40 -0000 https://gcc.gnu.org/g:f146ba4d8a65ed8e4a98a49f7c733924ad3d6406 commit f146ba4d8a65ed8e4a98a49f7c733924ad3d6406 Author: Martin Liska Date: Mon May 24 15:17:22 2021 +0200 Simplify gcov-dump and lto-dump. Diff: --- gcc/doc/gcov-dump.texi | 11 ----------- gcc/doc/lto-dump.texi | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/gcc/doc/gcov-dump.texi b/gcc/doc/gcov-dump.texi index c9d23445cb9..ab76841c946 100644 --- a/gcc/doc/gcov-dump.texi +++ b/gcc/doc/gcov-dump.texi @@ -6,22 +6,11 @@ @node Gcov-dump @chapter @command{gcov-dump}---an Offline Gcda and Gcno Profile Dump Tool -@menu -* Gcov-dump Intro:: Introduction to gcov-dump. -* Invoking Gcov-dump:: How to use gcov-dump. -@end menu - -@node Gcov-dump Intro -@section Introduction to @command{gcov-dump} - @subsubheading Description @command{gcov-dump} is a tool you can use in conjunction with GCC to dump content of gcda and gcno profile files offline. -@node Invoking Gcov-dump -@section Invoking @command{gcov-dump} - @subsubheading Synopsis gcov-dump [@option{-v}|@option{--version}] diff --git a/gcc/doc/lto-dump.texi b/gcc/doc/lto-dump.texi index d05e32727d4..ff64137c0c7 100644 --- a/gcc/doc/lto-dump.texi +++ b/gcc/doc/lto-dump.texi @@ -6,22 +6,11 @@ @node lto-dump @chapter @command{lto-dump}---Tool for dumping LTO object files. -@menu -* lto-dump Intro:: Introduction to lto-dump. -* Invoking lto-dump:: How to use lto-dump. -@end menu - -@node lto-dump Intro -@section Introduction to @command{lto-dump} - @subsubheading Description @command{lto-dump} is a tool you can use in conjunction with GCC to dump link time optimization object files. -@node Invoking lto-dump -@section Invoking @command{lto-dump} - @smallexample Usage: lto-dump @r{[}@var{OPTION}@r{]} ... @var{objfiles} @end smallexample