From bb6c60f4c6f9ead08315e4de6d71320d1af7a16d Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Tue, 6 Jan 2015 11:33:32 +0100 Subject: [multiple changes] 2015-01-06 Vincent Celier * 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 * prj-attr.adb, projects.texi, snames.ads-tmpl: Add Mode and Install_Name attribute definitions. 2015-01-06 Ed Schonberg * 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 * 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 * i-cpoint.adb (Copy_Array): Handle overlap. From-SVN: r219253 --- gcc/ada/snames.ads-tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/ada/snames.ads-tmpl') 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 + $; -- cgit v1.1