summaryrefslogtreecommitdiff
path: root/gcc/ada/prj.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-31 11:07:20 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-31 11:07:20 +0200
commit8cf23b91885b80e1f673cbc4135d01390b65d213 (patch)
tree51ba512577c9b4202ce015f57c761ef8d3020acb /gcc/ada/prj.ads
parent0bb3bfb8feacd4bec3f0dc82d75cf1ea01d37010 (diff)
downloadgcc-8cf23b91885b80e1f673cbc4135d01390b65d213.tar.gz
[multiple changes]
2011-08-31 Robert Dewar <dewar@adacore.com> * exp_ch5.adb, exp_alfa.ads, prj.ads, sem_attr.adb, lib-xref-alfa.adb: Minor reformatting. 2011-08-31 Matthew Heaney <heaney@adacore.com> * a-crbltr.ads (Tree_Type): Default-initialize the Nodes component. 2011-08-31 Javier Miranda <miranda@adacore.com> * sem_ch4.adb (Try_Object_Operation): Addition of one formal to search only for class-wide subprograms conflicting with entities of concurrent tagged types. 2011-08-31 Matthew Heaney <heaney@adacore.com> * a-rbtgbo.adb (Generic_Allocate): Initialize pointer components of node to null value. 2011-08-31 Hristian Kirtchev <kirtchev@adacore.com> * sem_ch12.adb (Insert_Freeze_Node_For_Instance): Provide a more general description of the routine. 2011-08-31 Ed Schonberg <schonberg@adacore.com> * a-cbdlli.adb, a-cbdlli.ads: Add iterator machinery to bounded doubly-linked lists. From-SVN: r178363
Diffstat (limited to 'gcc/ada/prj.ads')
-rw-r--r--gcc/ada/prj.ads6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads
index 5cb84fb50dd..5f39c24a071 100644
--- a/gcc/ada/prj.ads
+++ b/gcc/ada/prj.ads
@@ -580,8 +580,10 @@ package Prj is
Include_Compatible_Languages => No_Name_List,
Compiler_Driver => No_File,
Compiler_Driver_Path => null,
- Compiler_Leading_Required_Switches => No_Name_List,
- Compiler_Trailing_Required_Switches => No_Name_List,
+ Compiler_Leading_Required_Switches
+ => No_Name_List,
+ Compiler_Trailing_Required_Switches
+ => No_Name_List,
Multi_Unit_Switches => No_Name_List,
Multi_Unit_Object_Separator => ' ',
Path_Syntax => Canonical,