diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-23 18:08:59 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-23 18:08:59 +0000 |
commit | 6427145092200b2426fb298510117fe1d31bc5cd (patch) | |
tree | 16aa193a55469d54ef36eea04882c35b1ad7f193 /gcc/doc | |
parent | ae6ad54a6d35963921b0ee1a4891e016244731bf (diff) | |
download | gcc-6427145092200b2426fb298510117fe1d31bc5cd.tar.gz |
* doc/invoke.texi: For man pages, include gcc-vers.texi.
List @file in the option summary. Include the libiberty
documentation for @file.
* gcc.c (main): Call expandargv.
* Makefile.in (gcc-vers.texi): Define srcdir.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107426 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e84f7284931..66a7b5daabf 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4,6 +4,10 @@ @c For copying conditions, see the file gcc.texi. @ignore +@c man begin INCLUDE +@include gcc-vers.texi +@c man end + @c man begin COPYRIGHT Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. @@ -36,7 +40,7 @@ gcc [@option{-c}|@option{-S}|@option{-E}] [@option{-std=}@var{standard}] [@option{-I}@var{dir}@dots{}] [@option{-L}@var{dir}@dots{}] [@option{-D}@var{macro}[=@var{defn}]@dots{}] [@option{-U}@var{macro}] [@option{-f}@var{option}@dots{}] [@option{-m}@var{machine-option}@dots{}] - [@option{-o} @var{outfile}] @var{infile}@dots{} + [@option{-o} @var{outfile}] [@@@var{file}] @var{infile}@dots{} Only the most useful options are listed here; see below for the remainder. @samp{g++} accepts mostly the same options as @samp{gcc}. @@ -156,7 +160,7 @@ in the following sections. @item Overall Options @xref{Overall Options,,Options Controlling the Kind of Output}. @gccoptlist{-c -S -E -o @var{file} -combine -pipe -pass-exit-codes @gol --x @var{language} -v -### --help --target-help --version} +-x @var{language} -v -### --help --target-help --version @@@var{file}} @item C Language Options @xref{C Dialect Options,,Options Controlling C Dialect}. @@ -1049,6 +1053,8 @@ line options for each tool. @item --version @opindex version Display the version number and copyrights of the invoked GCC@. + +@include @value{srcdir}/../libiberty/at-file.texi @end table @node Invoking G++ |