aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/snames.ads-tmpl
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-01-06 11:33:32 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2015-01-06 11:33:32 +0100
commitbb6c60f4c6f9ead08315e4de6d71320d1af7a16d (patch)
treeae626a6e4bdccd3b3367b5ee5a7bb567b184f726 /gcc/ada/snames.ads-tmpl
parent3dfe4883e7b0dec116a927968f8fe60500f03c35 (diff)
downloadgcc-bb6c60f4c6f9ead08315e4de6d71320d1af7a16d.zip
gcc-bb6c60f4c6f9ead08315e4de6d71320d1af7a16d.tar.gz
gcc-bb6c60f4c6f9ead08315e4de6d71320d1af7a16d.tar.bz2
[multiple changes]
2015-01-06 Vincent Celier <celier@adacore.com> * prj-conf.adb (Check_Target): Improve error message when there are mismatched targets between the on in the configuration project file and the specified one, either in the main project file or in the --target= switch. 2015-01-06 Pascal Obry <obry@adacore.com> * prj-attr.adb, projects.texi, snames.ads-tmpl: Add Mode and Install_Name attribute definitions. 2015-01-06 Ed Schonberg <schonberg@adacore.com> * freeze.adb (Wrap_Imported_Subprogram): Indicate that the generated Import pragma for the internal imported procedure does not come from an aspect, so that Is_Imported can be properly set for it. 2015-01-06 Gary Dismukes <dismukes@adacore.com> * sem_ch12.adb (Might_Inline_Subp): Record whether any subprograms in the generic package are marked with pragma Inline_Always (setting flag Has_Inline_Always). (Analyze_Package_Instantiation): Add test of Has_Inline_Always alongside existing test of Front_End_Inlining as alternative conditions for setting Inline_Now. Also add test of Has_Inline_Always along with Front_End_Inlining test as an alternative condition for setting Needs_Body to False. 2015-01-06 Tristan Gingold <gingold@adacore.com> * i-cpoint.adb (Copy_Array): Handle overlap. From-SVN: r219253
Diffstat (limited to 'gcc/ada/snames.ads-tmpl')
-rw-r--r--gcc/ada/snames.ads-tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/snames.ads-tmpl b/gcc/ada/snames.ads-tmpl
index 673a753..3c86c9c 100644
--- a/gcc/ada/snames.ads-tmpl
+++ b/gcc/ada/snames.ads-tmpl
@@ -1286,6 +1286,7 @@ package Snames is
Name_Include_Path_File : constant Name_Id := N + $;
Name_Inherit_Source_Path : constant Name_Id := N + $;
Name_Install : constant Name_Id := N + $;
+ Name_Install_Name : constant Name_Id := N + $;
Name_Languages : constant Name_Id := N + $;
Name_Language_Kind : constant Name_Id := N + $;
Name_Leading_Library_Options : constant Name_Id := N + $;