diff options
Diffstat (limited to 'gcc/d')
-rw-r--r-- | gcc/d/gdc.texi | 39 |
1 files changed, 3 insertions, 36 deletions
diff --git a/gcc/d/gdc.texi b/gcc/d/gdc.texi index d3bf75c..2c7d3d7 100644 --- a/gcc/d/gdc.texi +++ b/gcc/d/gdc.texi @@ -11,27 +11,6 @@ @include gcc-common.texi -@c Copyright years for this manual. -@set copyrights-d 2006-2022 - -@copying -@c man begin COPYRIGHT -Copyright @copyright{} @value{copyrights-d} 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, no Front-Cover Texts, and no Back-Cover Texts. -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 -@end copying - @ifinfo @format @dircategory Software development @@ -85,10 +64,8 @@ package documentation, see @uref{https://dlang.org/}. @node Invoking gdc @chapter Invoking gdc -@c man title gdc A GCC-based compiler for the D language +@subsubheading Synopsis -@ignore -@c man begin SYNOPSIS gdc gdc [@option{-c}|@option{-S}] [@option{-g}] [@option{-pg}] [@option{-O}@var{level}] [@option{-W}@var{warn}@dots{}] [@option{-I}@var{dir}@dots{}] [@option{-L}@var{dir}@dots{}] @@ -97,22 +74,14 @@ gdc [@option{-c}|@option{-S}] [@option{-g}] [@option{-pg}] 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{gdc} and @file{gcc}. -@c man end -@end ignore -@c man begin DESCRIPTION gdc +@subsubheading Description The @command{gdc} command is the GNU compiler for the D language and supports many of the same options as @command{gcc}. @xref{Option Summary, , Option Summary, gcc, Using the GNU Compiler Collection (GCC)}. This manual only documents the options specific to @command{gdc}. -@c man end - @menu * Input and Output files:: Controlling the kind of output: an executable, object files, assembler files, @@ -124,7 +93,7 @@ This manual only documents the options specific to @command{gdc}. * Developer Options:: Options useful for developers of gdc @end menu -@c man begin OPTIONS +@subsubheading Options @node Input and Output files @section Input and Output files @@ -843,8 +812,6 @@ and all @code{function} bodies that are being compiled. @end table -@c man end - @node Index @unnumbered Index |