From bea0cb4289cc9c4775d837d1af119e0b95dd2d48 Mon Sep 17 00:00:00 2001 From: geoffk Date: Mon, 26 Apr 2004 19:23:52 +0000 Subject: [PATCH 1/1] * doc/invoke.texi (Overall Options): Document default for -o for PCH files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81199 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c105919c3cb..0dbbf729b24 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-04-26 Geoffrey Keating + + * doc/invoke.texi (Overall Options): Document default for -o + for PCH files. + 2004-04-26 Richard Kenner * builtins.c (expand_builtin_update_setjmp_buf): New function. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 947679647c8..73fed775f92 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -869,10 +869,12 @@ Place output in file @var{file}. This applies regardless to whatever sort of output is being produced, whether it be an executable file, an object file, an assembler file or preprocessed C code. -If @option{-o} is not specified, the default is to put an executable file -in @file{a.out}, the object file for @file{@var{source}.@var{suffix}} in -@file{@var{source}.o}, its assembler file in @file{@var{source}.s}, and -all preprocessed C source on standard output. +If @option{-o} is not specified, the default is to put an executable +file in @file{a.out}, the object file for +@file{@var{source}.@var{suffix}} in @file{@var{source}.o}, its +assembler file in @file{@var{source}.s}, a precompiled header file in +@file{@var{source}.@var{suffix}.gch}, and all preprocessed C source on +standard output. @item -v @opindex v -- 2.11.0