From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 87F3F385DC22; Fri, 28 May 2021 13:31:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 87F3F385DC22 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] Clean up gccgo manual page. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/devel/sphinx X-Git-Oldrev: b4fb6461c1fd820ed7190bd0b0edb6ba1730ca5f X-Git-Newrev: 9104f3d64deca97a7698e9dde45010ca3cf75928 Message-Id: <20210528133101.87F3F385DC22@sourceware.org> Date: Fri, 28 May 2021 13:31:01 +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: Fri, 28 May 2021 13:31:01 -0000 https://gcc.gnu.org/g:9104f3d64deca97a7698e9dde45010ca3cf75928 commit 9104f3d64deca97a7698e9dde45010ca3cf75928 Author: Martin Liska Date: Fri May 28 15:30:47 2021 +0200 Clean up gccgo manual page. Diff: --- gcc/go/gccgo.texi | 56 +++++-------------------------------------------------- 1 file changed, 5 insertions(+), 51 deletions(-) diff --git a/gcc/go/gccgo.texi b/gcc/go/gccgo.texi index 0aaba199624..1d3f5b11a3f 100644 --- a/gcc/go/gccgo.texi +++ b/gcc/go/gccgo.texi @@ -11,41 +11,6 @@ @include gcc-common.texi -@c Copyright years for this manual. -@set copyrights-go 2010-2021 - -@copying -@c man begin COPYRIGHT -Copyright @copyright{} @value{copyrights-go} 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 no -Invariant Sections, 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 -@c man end -section entitled ``GNU Free Documentation License''. -@ignore -@c man begin COPYRIGHT -man page gfdl(7). -@c man end -@end ignore - -@c man begin COPYRIGHT - -(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 -@end copying - @ifinfo @format @dircategory Software development @@ -101,25 +66,18 @@ package documentation, see @uref{http://golang.org/}. @node Invoking gccgo @chapter Invoking gccgo -@c man title gccgo A GCC-based compiler for the Go language +@subsubheading Synopsis -@ignore -@c man begin SYNOPSIS gccgo gccgo [@option{-c}|@option{-S}] [@option{-g}] [@option{-pg}] [@option{-O}@var{level}] [@option{-I}@var{dir}@dots{}] [@option{-L}@var{dir}@dots{}] [@option{-o} @var{outfile}] @var{infile}@dots{} + +@subsubheading Description + Only the most useful options are listed here; see below for the remainder. -@c man end -@c man begin SEEALSO -gpl(7), gfdl(7), fsf-funding(7), gcc(1) -and the Info entries for @file{gccgo} and @file{gcc}. -@c man end -@end ignore - -@c man begin DESCRIPTION gccgo The @command{gccgo} command is a frontend to @command{gcc} and supports many of the same options. @xref{Option Summary, , Option @@ -146,9 +104,7 @@ Go programs must generally be compiled with debugging information, and @option{-g1} is the default as described below. Stripping a Go program will generally cause it to misbehave or fail. -@c man end - -@c man begin OPTIONS gccgo +@subsubheading Options @table @gcctabopt @item -I@var{dir} @@ -283,8 +239,6 @@ debugging information, in which case certain standard library functions, such as @code{runtime.Callers}, will not operate correctly. @end table -@c man end - @node Import and Export @chapter Import and Export