diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-22 12:45:14 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-22 12:45:14 +0000 |
commit | 0388e54ec814a3d0da7ab3e89929f6f95f842773 (patch) | |
tree | b16b5d2a728ab8a0162f8e588476afbd69f54938 /gcc/ada/prj.ads | |
parent | 116afa8e14569ca77eede86685eb4817593b230b (diff) | |
download | gcc-0388e54ec814a3d0da7ab3e89929f6f95f842773.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223555 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj.ads')
-rw-r--r-- | gcc/ada/prj.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index 29a718eb04b..4af4f3cfb88 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. |