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

2011-08-21 Thread Gerald Pfeifer
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

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

2011-08-03 Thread Arnaud Charlet
In order to be able to reconstruct the information in back-ends which do not have access to all the code, it is necessary that body scopes refer to their spec scope when different. This has been added to the ALFA scope section of the ALI file. Tested on x86_64-pc-linux-gnu, committed on trunk 201