From 061e86a821ca9b9a8875305844d497f2a1fa3955 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Wed, 29 Jan 2014 17:16:51 +0100 Subject: [PATCH] Update comments. From-SVN: r207264 --- gcc/ada/back_end.ads | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gcc/ada/back_end.ads b/gcc/ada/back_end.ads index ba25a83fb7e..9e28a6ed6f3 100644 --- a/gcc/ada/back_end.ads +++ b/gcc/ada/back_end.ads @@ -59,6 +59,17 @@ package Back_End is -- -- Any processed switches that influence the result of a compilation must -- be added to the Compilation_Arguments table. + -- + -- This routine is expected to set the following to True if necessary (the + -- default for all of these in Opt is False). + -- + -- Opt.Suppress_All_Inlining + -- Opt.Suppress_Control_Float_Optimizations + -- Opt.Generate_SCO + -- Opt.Generate_SCO_Instance_Table + -- Opt.Stack_Checking_Enabled + -- Opt.No_Stdinc + -- Opt.No_Stdlib procedure Gen_Or_Update_Object_File; -- Is used to generate the object file (if generated directly by gnat1), or -- 2.30.2