This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ada] Add a link between body and spec scopes in ALFA section of ALI file


As agreed with Arnaud I am fixing up some ChangeLog entries of this
month's commit.

Applied.

Gerald

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 177943)
+++ ChangeLog	(working copy)
@@ -3307,15 +3307,15 @@
 
 2011-08-03  Yannick Moy  <moy@adacore.com>
 
-	* alfa.ads Update format of ALFA section in ALI file in order to add a
-	mapping from bodies to specs when both are present
-	(ALFA_Scope_Record): add components for spec file/scope
-	* get_alfa.adb (Get_ALFA): read the new file/scope for spec when present
-	* lib-xref-alfa.adb
-	(Collect_ALFA): after all scopes have been collected, fill in the spec
-	 information when relevant
-	* put_alfa.adb (Put_ALFA): write the new file/scope for spec when
+	* alfa.ads: Update format of ALFA section in ALI file in order to
+	add a mapping from bodies to specs when both are present.
+	(ALFA_Scope_Record): Add components for spec file/scope.
+	* get_alfa.adb (Get_ALFA): Read the new file/scope for spec when
 	present.
+	* lib-xref-alfa.adb (Collect_ALFA): After all scopes have been
+	collected, fill in the spec information when relevant.
+	* put_alfa.adb (Put_ALFA): Write the new file/scope for spec when
+	present.
 
 2011-08-03  Eric Botcazou  <ebotcazou@adacore.com>
 
@@ -3325,13 +3325,12 @@
 2011-08-03  Javier Miranda  <miranda@adacore.com>
 
 	* sem_aux.ads, sem_aux.adb (Is_VM_By_Copy_Actual): New subprogram.
-	* exp_ch9.adb
-	(Build_Simple_Entry_Call): Handle actuals that must be handled by copy
-	in VM targets.
+	* exp_ch9.adb (Build_Simple_Entry_Call): Handle actuals that must
+	be handled by copy in VM targets.
 
 2011-08-03  Emmanuel Briot  <briot@adacore.com>
 
-	* make.adb, makeutl.adb, makeutl.ads (Make.Switches_Of): now shares
+	* make.adb, makeutl.adb, makeutl.ads (Make.Switches_Of): Share
 	code with Makeutl.Get_Switches.
 	* prj-tree.adb: Update comment.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]