summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-27 08:50:13 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-27 08:50:13 +0000
commit5191e60e72ca6cbd9dc4605c42a4eb2c3f462748 (patch)
treefc609544cd828e0ae2868ae0bda4c3c18f0b4e55 /gcc
parent3b168b3ae3531268dfd7d97ecd6ccc32cb841a20 (diff)
downloadgcc-5191e60e72ca6cbd9dc4605c42a4eb2c3f462748.tar.gz
2008-05-27 Vincent Celier <celier@adacore.com>
* gnat_ugn.texi: Add succinct documentation for attribute Excluded_Source_List_File git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135980 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/gnat_ugn.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index 5dce93a7cc3..4f96a2d8ec4 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -12072,7 +12072,9 @@ the inherited body is not part of the sources of the project, otherwise there
will be a compilation error when compiling the spec.
For that purpose, the attribute @code{Excluded_Source_Files} is used.
-Its value is a string list: a list of file names.
+Its value is a string list: a list of file names. It is also possible to use
+attribute @code{Excluded_Source_List_File}. Its value is a single string:
+the file name of a text file containing a list of file names, one per line.
@smallexample @c @projectfile
project B extends "a" is
@@ -12495,6 +12497,8 @@ The following attributes are defined on projects (all are simple attributes):
@tab string list
@item @code{Excluded_Source_Files}
@tab string list
+@item @code{Excluded_Source_List_File}
+@tab string
@item @code{Languages}
@tab string list
@item @code{Main}