prj-attr.adb: New attribute Compiler'Name_Syntax (<lang>)
authorVincent Celier <celier@adacore.com>
Fri, 1 Aug 2008 09:02:58 +0000 (11:02 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 1 Aug 2008 09:02:58 +0000 (11:02 +0200)
commit434a280743e4edcda87589ac978dac9743556cfc
treea411d7cece4ed3786ee9ddf7b071b83244895f26
parent44114dff15f7dd78e05b31920beee7d56a7dc03c
prj-attr.adb: New attribute Compiler'Name_Syntax (<lang>)

2008-08-01  Vincent Celier  <celier@adacore.com>

* prj-attr.adb: New attribute Compiler'Name_Syntax (<lang>)

* prj-nmsc.adb (Process_Compiler): Recognize attribute Name_Syntax

* prj.adb (Object_Exist_For): Use Object_Generated, not
Objects_Generated that is removed and was never modified anyway.

* prj.ads:
(Path_Syntax_Kind): New enumeration type
(Language_Config): New component Path_Syntax, defaulted to Host.
Components PIC_Option and Objects_Generated removed, as they are not
used.

* snames.adb: New standard name Path_Syntax

* snames.ads: New standard name Path_Syntax

From-SVN: r138487
gcc/ada/prj-attr.adb
gcc/ada/prj-nmsc.adb
gcc/ada/prj.adb
gcc/ada/prj.ads
gcc/ada/snames.adb
gcc/ada/snames.ads