prj-nmsc.adb (Check_Ada_Name): For children of package A...
authorVincent Celier <celier@adacore.com>
Tue, 31 Oct 2006 18:04:45 +0000 (19:04 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 31 Oct 2006 18:04:45 +0000 (19:04 +0100)
commitddd6e5ae32e20e53172a8597ead37034b381321c
tree2882a1af068599e0ac01f5d2c814eb3e82a32072
parent3356ee073b0b29d6468464d1b4d3b26415f8cbac
prj-nmsc.adb (Check_Ada_Name): For children of package A...

2006-10-31  Vincent Celier  <celier@adacore.com>

* prj-nmsc.adb (Check_Ada_Name): For children of package A, G, I and S
on VMS, change "__" to '.' before checking the name.
(Record_Ada_Source): Always add the source file name in the list of
of sources, even if it is not the first time, as it is for another
source index.
(Get_Unit): Replace both '_' (after 'a', 'g', 'i' or 's') with a single
dot, instead of replacing only the first '_'.

* prj-part.adb (Parse): Convert project file path to canonical form

* prj-proc.adb (Recursive_Process): Make sure that, when a project is
extended, the project id of the project extending it is recorded in its
data, even when it has already been processed as an imported project.

From-SVN: r118293
gcc/ada/prj-nmsc.adb
gcc/ada/prj-part.adb
gcc/ada/prj-proc.adb