aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorVincent Celier <celier@adacore.com>2008-08-06 10:32:00 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-06 10:32:00 +0200
commit1a9a686e312f60716594fd45466b1adb827371ef (patch)
tree2c9817b8c1a42fb5f6655575f07b9e7853b1a9b9 /gcc
parent3d7b4658c16c713f6baf0eab65a9eae0a14a5d5b (diff)
downloadgcc-1a9a686e312f60716594fd45466b1adb827371ef.zip
gcc-1a9a686e312f60716594fd45466b1adb827371ef.tar.gz
gcc-1a9a686e312f60716594fd45466b1adb827371ef.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/gnat_ugn.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index a0da8a4..b86ed98 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -3904,6 +3904,10 @@ Defines a symbol, associated with @var{value}, for preprocessing.
@cindex @option{-gnatef} (@command{gcc})
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}
@cindex @option{-gnatem} (@command{gcc})
Specify a mapping file
@@ -7202,6 +7206,11 @@ symbol with the same name either in a definition file or specified with a
@noindent
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
@node Code Generation Control