Update comments.
From-SVN: r207264
This commit is contained in:
parent
a4ab03b018
commit
061e86a821
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue