aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-05-24 15:17:22 +0200
committerMartin Liska <mliska@suse.cz>2021-05-24 15:17:22 +0200
commitf146ba4d8a65ed8e4a98a49f7c733924ad3d6406 (patch)
treef9b6610f488d8eaf3a37dab222b264c6c07ba8ad /gcc
parentcab6050fa9f02bf444f48d4bbf3d8f0c1bf401ed (diff)
downloadgcc-f146ba4d8a65ed8e4a98a49f7c733924ad3d6406.zip
gcc-f146ba4d8a65ed8e4a98a49f7c733924ad3d6406.tar.gz
gcc-f146ba4d8a65ed8e4a98a49f7c733924ad3d6406.tar.bz2
Simplify gcov-dump and lto-dump.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/gcov-dump.texi11
-rw-r--r--gcc/doc/lto-dump.texi11
2 files changed, 0 insertions, 22 deletions
diff --git a/gcc/doc/gcov-dump.texi b/gcc/doc/gcov-dump.texi
index c9d2344..ab76841 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 d05e327..ff64137 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