aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/lib-xref.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-02-19 11:48:06 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2014-02-19 11:48:06 +0100
commitb4f149c250b7674ad08e093d65d5cf185b04b519 (patch)
treec938c23613148f3d6dc788ddc9346879e654b255 /gcc/ada/lib-xref.ads
parentddd2bec582698a9a2ad20030278f0137d3b242c5 (diff)
downloadgcc-b4f149c250b7674ad08e093d65d5cf185b04b519.zip
gcc-b4f149c250b7674ad08e093d65d5cf185b04b519.tar.gz
gcc-b4f149c250b7674ad08e093d65d5cf185b04b519.tar.bz2
[multiple changes]
2014-02-19 Hristian Kirtchev <kirtchev@adacore.com> * lib-xref.ads Remove the small table of letter and symbol usage as we already have one. 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com> * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Emit specific error messages depending on the offending misplaced aspect specifications. (Diagnose_Misplaced_Aspect_Specifications): New routine. 2014-02-19 Ed Schonberg <schonberg@adacore.com> * sem_ch13.adb (Get_Cursor): Utility to retrieve cursor type for iterable aspect primitives. (Resolve_Iterable_Operation): Use expected signature of iterable aspect to resolve primitive when overloading is present. (Validate_Iterable_Aspect, Analyze_Aspects_At_Freeze_Point): use it. (Check_Signature): Removed. From-SVN: r207885
Diffstat (limited to 'gcc/ada/lib-xref.ads')
-rw-r--r--gcc/ada/lib-xref.ads5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ada/lib-xref.ads b/gcc/ada/lib-xref.ads
index 3f1a301..7f397a8 100644
--- a/gcc/ada/lib-xref.ads
+++ b/gcc/ada/lib-xref.ads
@@ -433,11 +433,6 @@ package Lib.Xref is
-- indicating procedures and functions. If the operation is abstract,
-- these letters are replaced in the xref by 'x' and 'y' respectively.
- -- The following letters and symbols are currently in use:
- -- A B C D E F I K L M N O P R S T U V W X Y
- -- a b c d e f i k l m n o p q r s t u v w x y
- -- @ * + space
-
Xref_Entity_Letters : array (Entity_Kind) of Character :=
(E_Abstract_State => '@',
E_Access_Attribute_Type => 'P',