diff options
author | Arnaud Charlet <charlet@adacore.com> | 2018-09-26 09:16:44 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2018-09-26 09:16:44 +0000 |
commit | 1ac984f5952c52f0f70e64f5ab7a99fa62877df7 (patch) | |
tree | 2be6bdb272c0e63e84ecca54af80b99e673df0bb /gcc/ada/debug.adb | |
parent | 6d7d342a391f9ab3b0fa6779bfe9657d574695e2 (diff) | |
download | gcc-1ac984f5952c52f0f70e64f5ab7a99fa62877df7.zip gcc-1ac984f5952c52f0f70e64f5ab7a99fa62877df7.tar.gz gcc-1ac984f5952c52f0f70e64f5ab7a99fa62877df7.tar.bz2 |
[Ada] Introduce -gnatd_A to set Opt.Disable_ALI_File
This will allow us to remove the import of flag_compare_debug in
lib-writ.adb in a second stage.
2018-09-26 Arnaud Charlet <charlet@adacore.com>
gcc/ada/
* gnat1drv.adb (Adjust_Global_Switches): -gnatd_A sets
Opt.Disable_ALI_File.
* debug.adb: Update debug flags documentation.
From-SVN: r264605
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 |