diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-09-06 11:32:56 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-09-06 11:32:56 +0200 |
commit | 516785cc7f25b88b0d32e0b8b0697e599120d0f0 (patch) | |
tree | cb48cd46a7dbac9e5aec82b437ec604dcc3c66a8 /gcc/ada/lib-xref.adb | |
parent | 9669194386f5742c28f0dca6841d74c540e62fab (diff) | |
download | gcc-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/lib-xref.adb')
-rw-r--r-- | gcc/ada/lib-xref.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/lib-xref.adb b/gcc/ada/lib-xref.adb index f2df15f..6ba30c7 100644 --- a/gcc/ada/lib-xref.adb +++ b/gcc/ada/lib-xref.adb @@ -1163,7 +1163,7 @@ package body Lib.Xref is procedure Output_Import_Export_Info (Ent : Entity_Id); -- Output language and external name information for an interfaced - -- entity, using the format <language, external_name>, + -- entity, using the format <language, external_name> ------------------------ -- Get_Type_Reference -- |