diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-06-12 12:14:44 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-06-12 12:14:44 +0200 |
commit | 93901a431ff1050faddba401484ee8cc9c553e90 (patch) | |
tree | 92ef26c049da2ec8184dd48cb7db5e5da916e546 /gcc/ada/xref_lib.adb | |
parent | 3235dc87bf6bbe42b58a40f0d894283997e3100c (diff) | |
download | gcc-93901a431ff1050faddba401484ee8cc9c553e90.zip gcc-93901a431ff1050faddba401484ee8cc9c553e90.tar.gz gcc-93901a431ff1050faddba401484ee8cc9c553e90.tar.bz2 |
[multiple changes]
2012-06-12 Robert Dewar <dewar@adacore.com>
* xref_lib.adb, sem_ch13.adb, lib-xref.adb: Minor reformatting.
2012-06-12 Javier Miranda <miranda@adacore.com>
* lib-xref.ads Adding missing documentation.
From-SVN: r188439
Diffstat (limited to 'gcc/ada/xref_lib.adb')
-rw-r--r-- | gcc/ada/xref_lib.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/xref_lib.adb b/gcc/ada/xref_lib.adb index 4ff1cdc..30180af 100644 --- a/gcc/ada/xref_lib.adb +++ b/gcc/ada/xref_lib.adb @@ -1103,8 +1103,8 @@ package body Xref_Lib is Ptr := Ptr + 1; end if; - -- Imported entities might special indication as to their external - -- name: + -- Imported entities may have an indication specifying information + -- about the corresponding external name: -- 5U14*Foo2 5>20 6b<c,myfoo2>22 # Imported entity -- 5U14*Foo2 5>20 6i<c,myfoo2>22 # Exported entity |