aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-05-22 14:45:14 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2015-05-22 14:45:14 +0200
commitccd6f4147ce06511cbcc8df80bdcea21d8afe639 (patch)
treeb16b5d2a728ab8a0162f8e588476afbd69f54938 /gcc/ada/prj.ads
parent167b47d9da9a82c0c8f426f1853a961f10322be0 (diff)
downloadgcc-ccd6f4147ce06511cbcc8df80bdcea21d8afe639.zip
gcc-ccd6f4147ce06511cbcc8df80bdcea21d8afe639.tar.gz
gcc-ccd6f4147ce06511cbcc8df80bdcea21d8afe639.tar.bz2
[multiple changes]
2015-05-22 Robert Dewar <dewar@adacore.com> * sem_ch12.adb, prj.ads, makeutl.ads, sem_ch6.adb, prj-nmsc.adb, prj-conf.adb, sem_disp.adb: Minor reformatting. 2015-05-22 Vincent Celier <celier@adacore.com> * clean.adb (Parse_Cmd_Line): For native gnatclean, check for switch -P and, if found and gprclean is available, invoke silently gprclean. * make.adb (Initialize): For native gnatmake, check for switch -P and, if found and gprbuild is available, invoke silently gprbuild. 2015-05-22 Eric Botcazou <ebotcazou@adacore.com> * sem_ch13.adb (Validate_Unchecked_Conversions): Also issue specific warning for discrete types when the source is larger than the target. From-SVN: r223555
Diffstat (limited to 'gcc/ada/prj.ads')
-rw-r--r--gcc/ada/prj.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads
index 29a718e..4af4f3c 100644
--- a/gcc/ada/prj.ads
+++ b/gcc/ada/prj.ads
@@ -68,7 +68,7 @@ package Prj is
Root_Dir : String_Ptr := null;
-- When using out-of-tree build we need to keep information about the root
-- directory of artifacts to properly relocate them. Note that the root
- -- directory is not necessary the directory of the main project.
+ -- directory is not necessarily the directory of the main project.
type Library_Support is (None, Static_Only, Full);
-- Support for Library Project File.