aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ali.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-31 10:43:42 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-31 10:43:42 +0200
commit56812278e832fe969c443ca1835863f974e4b9d2 (patch)
tree61b9423513f189f83c625631b581033c832eb05c /gcc/ada/ali.adb
parent7cda9727babdc93f846191782dcc4c0cdba25d26 (diff)
downloadgcc-56812278e832fe969c443ca1835863f974e4b9d2.zip
gcc-56812278e832fe969c443ca1835863f974e4b9d2.tar.gz
gcc-56812278e832fe969c443ca1835863f974e4b9d2.tar.bz2
[multiple changes]
2011-08-31 Jose Ruiz <ruiz@adacore.com> * s-taprop-linux.adb (Set_Task_Affinity): Avoid the use of anonymous access types. * affinity.c (__gnat_set_affinity_mask): Declare index variable. 2011-08-31 Yannick Moy <moy@adacore.com> * sem_ch8.adb (Analyze_Subprogram_Renaming): Refine expander test in full-expander test. Minor reformatting, renaming ALFA in Alfa (we dropped acronym) * einfo.adb (Primitive_Operations): Correctly return list of primitive operations in a case where it returned previously No_Elist. From-SVN: r178358
Diffstat (limited to 'gcc/ada/ali.adb')
-rw-r--r--gcc/ada/ali.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/ali.adb b/gcc/ada/ali.adb
index e998aee..2b90ed7 100644
--- a/gcc/ada/ali.adb
+++ b/gcc/ada/ali.adb
@@ -56,7 +56,7 @@ package body ALI is
'S' => True, -- specific dispatching
'Y' => True, -- limited_with
'C' => True, -- SCO information
- 'F' => True, -- ALFA information
+ 'F' => True, -- Alfa information
others => False);
--------------------
@@ -2442,7 +2442,7 @@ package body ALI is
-- Here after dealing with xref sections
-- Ignore remaining lines, which belong to an additional section of the
- -- ALI file not considered here (like SCO or ALFA).
+ -- ALI file not considered here (like SCO or Alfa).
Check_Unknown_Line;