Commit 488061c8 by Geoffrey Keating Committed by Geoffrey Keating

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
parent 2b92e7f5
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> 2004-04-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* builtins.c (expand_builtin_update_setjmp_buf): New function. * builtins.c (expand_builtin_update_setjmp_buf): New function.
......
...@@ -869,10 +869,12 @@ Place output in file @var{file}. This applies regardless to whatever ...@@ -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, sort of output is being produced, whether it be an executable file,
an object file, an assembler file or preprocessed C code. an object file, an assembler file or preprocessed C code.
If @option{-o} is not specified, the default is to put an executable file If @option{-o} is not specified, the default is to put an executable
in @file{a.out}, the object file for @file{@var{source}.@var{suffix}} in file in @file{a.out}, the object file for
@file{@var{source}.o}, its assembler file in @file{@var{source}.s}, and @file{@var{source}.@var{suffix}} in @file{@var{source}.o}, its
all preprocessed C source on standard output. 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 @item -v
@opindex v @opindex v
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment