aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ali.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-09-06 11:32:56 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-09-06 11:32:56 +0200
commit516785cc7f25b88b0d32e0b8b0697e599120d0f0 (patch)
treecb48cd46a7dbac9e5aec82b437ec604dcc3c66a8 /gcc/ada/ali.ads
parent9669194386f5742c28f0dca6841d74c540e62fab (diff)
downloadgcc-516785cc7f25b88b0d32e0b8b0697e599120d0f0.zip
gcc-516785cc7f25b88b0d32e0b8b0697e599120d0f0.tar.gz
gcc-516785cc7f25b88b0d32e0b8b0697e599120d0f0.tar.bz2
[multiple changes]
2011-09-06 Robert Dewar <dewar@adacore.com> * g-socket.adb: Minor reformatting 2011-09-06 Javier Miranda <miranda@adacore.com> * ali.adb (Scan_ALI): Add missing support to load references of entities imported from other languages. * ali.ads (Xref_Record): Adding new fields to store the language and name of an imported entity. * lib-xref.adb (Output_Import_Export_Info): Fix typo in comment. 2011-09-06 Ed Schonberg <schonberg@adacore.com> * sem_prag.adb (Analyze_Pragma, case Type_Invariant): A type invariant is allowed on a full type declaration if it is the completion of a private declarations. * sem_ch13.adb (Analyze_Aspect_Specifications): An invariant aspect is allowed on a full type declaration in the private part of a package. From-SVN: r178577
Diffstat (limited to 'gcc/ada/ali.ads')
-rw-r--r--gcc/ada/ali.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/ali.ads b/gcc/ada/ali.ads
index 0a80817..b2b9b3d 100644
--- a/gcc/ada/ali.ads
+++ b/gcc/ada/ali.ads
@@ -975,6 +975,10 @@ package ALI is
-- ref1 is a reference to an entity that was instantied at ref2.
-- ref2 itself is also the result of an instantiation, that took
-- place at ref3
+
+ Imported_Lang : Name_Id := No_Name;
+ Imported_Name : Name_Id := No_Name;
+ -- Language and name of imported entity reference
end record;
package Xref is new Table.Table (