aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/make.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-02-20 14:54:18 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2014-02-20 14:54:18 +0100
commit308aab0bb643f5237eb0bfc6c7134a35907a33a9 (patch)
tree96a217922d8ccaaed3885b46ea154f3d83bc7b1c /gcc/ada/make.adb
parent0f361206d509b12123af6693d6fd92e608a6cb12 (diff)
downloadgcc-308aab0bb643f5237eb0bfc6c7134a35907a33a9.zip
gcc-308aab0bb643f5237eb0bfc6c7134a35907a33a9.tar.gz
gcc-308aab0bb643f5237eb0bfc6c7134a35907a33a9.tar.bz2
[multiple changes]
2014-02-20 Vincent Celier <celier@adacore.com> * gnatcmd.adb, make.adb, prj-makr.adb, clean.adb: Call Stringt.Initialize in all project aware tools. 2014-02-20 Doug Rupp <rupp@adacore.com> * gnat_ugn.texi: Document gnatbind -X option. * vms_data.ads: Minor warnings documentation reformatting. 2014-02-20 Ed Schonberg <schonberg@adacore.com> * exp_ch3.adb (Expand_Freeze_Array_Type): Only create invariant procedure for a base type. 2014-02-20 Robert Dewar <dewar@adacore.com> * sem_ch4.adb (Analyze_Case_Expression): Get type from first expression with type info. * sem_ch13.adb: Minor reformatting. * sem_eval.adb (Subtypes_Statically_Match): Make sure we return False if predicates do not match on the two types. 2014-02-20 Arnaud Charlet <charlet@adacore.com> * sem_prag.adb (Analyze_Pragma [pragma Attach_Handler]): In Relaxed_RM_Semantics mode, allow any static integer value, for compatibility with other compilers. From-SVN: r207948
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r--gcc/ada/make.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb
index 5078f0e..e8acb4e 100644
--- a/gcc/ada/make.adb
+++ b/gcc/ada/make.adb
@@ -55,6 +55,7 @@ with Sdefault;
with SFN_Scan;
with Sinput.P;
with Snames; use Snames;
+with Stringt;
pragma Warnings (Off);
with System.HTable;
@@ -6411,6 +6412,7 @@ package body Make is
Csets.Initialize;
Snames.Initialize;
+ Stringt.Initialize;
Prj.Initialize (Project_Tree);