diff options
Diffstat (limited to 'gcc/doc/lto-dump.texi')
-rw-r--r-- | gcc/doc/lto-dump.texi | 60 |
1 files changed, 7 insertions, 53 deletions
diff --git a/gcc/doc/lto-dump.texi b/gcc/doc/lto-dump.texi index d7fb346e25c..54d4cc1d297 100644 --- a/gcc/doc/lto-dump.texi +++ b/gcc/doc/lto-dump.texi @@ -1,63 +1,20 @@ -@c Copyright (C) 2018-2022 Free Software Foundation, Inc. +@c Copyright (C) 2018-2021 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. -@ignore -@c man begin COPYRIGHT -Copyright @copyright{} 2017-2022 Free Software Foundation, Inc. - -Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.3 or -any later version published by the Free Software Foundation; with the -Invariant Sections being ``GNU General Public License'' and ``Funding -Free Software'', the Front-Cover texts being (a) (see below), and with -the Back-Cover Texts being (b) (see below). A copy of the license is -included in the gfdl(7) man page. - -(a) The FSF's Front-Cover Text is: - - A GNU Manual - -(b) The FSF's Back-Cover Text is: - - You have freedom to copy and modify this GNU Manual, like GNU - software. Copies published by the Free Software Foundation raise - funds for GNU development. -@c man end -@c Set file name and title for the man page. -@setfilename lto-dump -@settitle Tool for dumping LTO object files. -@end ignore @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} -@c man begin DESCRIPTION +@subsubheading Description @command{lto-dump} is a tool you can use in conjunction with GCC to dump link time optimization object files. -@c man end +@subsubheading Synopsis -@node Invoking lto-dump -@section Invoking @command{lto-dump} - -@smallexample -Usage: lto-dump @r{[}@var{OPTION}@r{]} ... @var{objfiles} -@end smallexample - -@command{lto-dump} accepts the following options: - -@ignore -@c man begin SYNOPSIS -lto-dump [@option{-list}] +lto-dump + [@option{-list}] [@option{-demangle}] [@option{-defined-only}] [@option{-print-value}] @@ -73,10 +30,9 @@ lto-dump [@option{-list}] [@option{-dump-level=}] [@option{-dump-body=}] [@option{-help}] @var{lto-dump} -@c man end -@end ignore -@c man begin OPTIONS +@subsubheading Options + @table @gcctabopt @item -list Dumps list of details of functions and variables. @@ -127,5 +83,3 @@ Dump the specific gimple body. Display the dump tool help. @end table - -@c man end |