summaryrefslogtreecommitdiff
path: root/gcc/ada/impunit.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-20 13:14:40 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-20 13:14:40 +0000
commitf838475178aa1557660dbb431af5d7d90e3e78e6 (patch)
tree8b124c5fe5eadf9ecad86541f6d147274856a29c /gcc/ada/impunit.adb
parentbfb2f92242e5d9856d124d8571475eec7ddbe68b (diff)
downloadgcc-f838475178aa1557660dbb431af5d7d90e3e78e6.tar.gz
2009-04-20 Jerome Lambourg <lambourg@adacore.com>
* impunit.adb: Add i-cil and i-cilobj packages, now needed by the generated bindings for cil. 2009-04-20 Ed Schonberg <schonberg@adacore.com> * sem_aggr.adb (Resolve_Record_Aggregate): If the type has unknown discriminants, collect components from the Underlying_Record_View, which will be used in the expansion of the aggregate into assignments. * sem_ch3.adb: Do not label derived type with unknown discriminants as having a private declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146415 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/impunit.adb')
-rw-r--r--gcc/ada/impunit.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb
index 0b8cdd5b9c0..4c308baeea5 100644
--- a/gcc/ada/impunit.adb
+++ b/gcc/ada/impunit.adb
@@ -300,6 +300,8 @@ package body Impunit is
------------------------------------------
"i-cexten", -- Interfaces.C.Extensions
+ "i-cil ", -- Interfaces.CIL
+ "i-cilobj", -- Interfaces.CIL.Object
"i-cpp ", -- Interfaces.CPP
"i-cstrea", -- Interfaces.C.Streams
"i-java ", -- Interfaces.Java