diff options
author | Geoffrey Keating <geoffk@apple.com> | 2004-04-26 19:23:52 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2004-04-26 19:23:52 +0000 |
commit | 488061c8bd388e5cbcc0a35b9d60fdbbc9273bdb (patch) | |
tree | 395d0a918b5013ffe228d50264b1c876f9c35dbe /gcc | |
parent | 2b92e7f5cd41d466afb316926e585b4ac4ca5193 (diff) | |
download | gcc-488061c8bd388e5cbcc0a35b9d60fdbbc9273bdb.zip gcc-488061c8bd388e5cbcc0a35b9d60fdbbc9273bdb.tar.gz gcc-488061c8bd388e5cbcc0a35b9d60fdbbc9273bdb.tar.bz2 |
invoke.texi (Overall Options): Document default for -o for PCH files.
* doc/invoke.texi (Overall Options): Document default for -o
for PCH files.
From-SVN: r81199
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c105919..0dbbf72 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-04-26 Geoffrey Keating <geoffk@apple.com> + + * doc/invoke.texi (Overall Options): Document default for -o + for PCH files. + 2004-04-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * builtins.c (expand_builtin_update_setjmp_buf): New function. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9476796..73fed77 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 |