Commit 1a9a686e by Vincent Celier Committed by Arnaud Charlet

gnat_ugn.texi: Document compiler switch -gnateG

2008-08-06  Vincent Celier  <celier@adacore.com>

	* gnat_ugn.texi: Document compiler switch -gnateG

From-SVN: r138770
parent 3d7b4658
...@@ -3904,6 +3904,10 @@ Defines a symbol, associated with @var{value}, for preprocessing. ...@@ -3904,6 +3904,10 @@ Defines a symbol, associated with @var{value}, for preprocessing.
@cindex @option{-gnatef} (@command{gcc}) @cindex @option{-gnatef} (@command{gcc})
Display full source path name in brief error messages. Display full source path name in brief error messages.
@item -gnateG
@cindex @option{-gnateG} (@command{gcc})
Save result of preprocessing in a text file.
@item -gnatem=@var{path} @item -gnatem=@var{path}
@cindex @option{-gnatem} (@command{gcc}) @cindex @option{-gnatem} (@command{gcc})
Specify a mapping file Specify a mapping file
...@@ -7202,6 +7206,11 @@ symbol with the same name either in a definition file or specified with a ...@@ -7202,6 +7206,11 @@ symbol with the same name either in a definition file or specified with a
@noindent @noindent
This switch is similar to switch @option{^-D^/ASSOCIATE^} of @code{gnatprep}. This switch is similar to switch @option{^-D^/ASSOCIATE^} of @code{gnatprep}.
@item -gnateG
When integrated preprocessing is performed and the preprocessor modifies
the source text, write the result of this preprocessing into a file
<source>^.prep^_prep^.
@end table @end table
@node Code Generation Control @node Code Generation Control
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