aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/xref_lib.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-10-12 14:51:37 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-10-12 14:51:37 +0200
commit85c3f0b9e91b7a4bb421b945577890ebcead33ac (patch)
treec22b107098eed6d70567e9a2fbc0d6b3b5de164e /gcc/ada/xref_lib.adb
parentb799980e58fb0c6d760ddb88c5856b6314efc4b4 (diff)
downloadgcc-85c3f0b9e91b7a4bb421b945577890ebcead33ac.zip
gcc-85c3f0b9e91b7a4bb421b945577890ebcead33ac.tar.gz
gcc-85c3f0b9e91b7a4bb421b945577890ebcead33ac.tar.bz2
[multiple changes]
2010-10-12 Javier Miranda <miranda@adacore.com> * exp_util.adb (Side_Effect_Free): Return true for object renaming declarations that were previously generated by Remove_Side_Effects. 2010-10-12 Emmanuel Briot <briot@adacore.com> * xref_lib.adb (Get_Full_Type): Display "private variable" instead of "???" when an entity is defined as "*" in the ALI file. * g-comlin.ads, g-comlin.adb: Fix handling of null parameters. Minor reformatting. From-SVN: r165371
Diffstat (limited to 'gcc/ada/xref_lib.adb')
-rw-r--r--gcc/ada/xref_lib.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/xref_lib.adb b/gcc/ada/xref_lib.adb
index 021db06..1a0d2c4 100644
--- a/gcc/ada/xref_lib.adb
+++ b/gcc/ada/xref_lib.adb
@@ -555,6 +555,7 @@ package body Xref_Lib is
when 'Y' => return "entry";
when '+' => return "private type";
+ when '*' => return "private variable";
-- The above should be the only possibilities, but for this kind
-- of informational output, we don't want to bomb if we find