]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update comments.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jan 2014 16:16:51 +0000 (16:16 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jan 2014 16:16:51 +0000 (16:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207264 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/back_end.ads

index ba25a83fb7e765b09e0b0f267dc75fb7c56efddf..9e28a6ed6f34ffa275d70742837f255131ffd14b 100644 (file)
@@ -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