From: Ghjuvan Lacambre Date: Thu, 21 Jan 2021 12:29:51 +0000 (+0100) Subject: [Ada] Explain meaning of Non_Std_Executable X-Git-Tag: upstream/12.2.0~8146 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=364ffbe34869595a975bc2e812ded6cbdd325ff7;p=platform%2Fupstream%2Fgcc.git [Ada] Explain meaning of Non_Std_Executable gcc/ada/ * make.adb (Compute_Executable): Document parameter. --- diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index 9ddc7cc..adff94a 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -399,7 +399,10 @@ package body Make is Non_Std_Executable : out Boolean); -- Parse the linker switches and project file to compute the name of the -- executable to generate. - -- ??? What is the meaning of Non_Std_Executable + -- + -- When the platform expects a specific extension for the generated binary, + -- there is a chance that the linker might not use the right name for the + -- it. Non_Std_Executable is set to True in this case. procedure Compilation_Phase (Main_Source_File : File_Name_Type;