diff options
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r-- | gcc/ada/debug.adb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb index 0324433..95efede 100644 --- a/gcc/ada/debug.adb +++ b/gcc/ada/debug.adb @@ -172,7 +172,7 @@ package body Debug is -- d_y -- d_z - -- d_A + -- d_A Stop generation of ALI file -- d_B -- d_C -- d_D @@ -843,6 +843,8 @@ package body Debug is -- a call to routine Ada.Synchronous_Task_Control.Suspend_Until_True -- or Ada.Synchronous_Barriers.Wait_For_Release. + -- d_A Do not generate ALI files by setting Opt.Disable_ALI_File. + -- d_L Output trace information on elaboration checking. This debug switch -- causes output to be generated showing each call or instantiation as -- it is checked, and the progress of the recursive trace through |