aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorBob Duff <duff@adacore.com>2020-03-19 18:17:36 -0400
committerPierre-Marie de Rodat <derodat@adacore.com>2020-06-12 04:29:12 -0400
commitc324c77eeda3203bc9280b7aeefc9aea13503792 (patch)
treec52d8c5919562e6e980eaa42091b4a288d5d737a /gcc/ada/debug.adb
parent53c5cd3393356b4541d5ebb958a412ec56d56328 (diff)
downloadgcc-c324c77eeda3203bc9280b7aeefc9aea13503792.zip
gcc-c324c77eeda3203bc9280b7aeefc9aea13503792.tar.gz
gcc-c324c77eeda3203bc9280b7aeefc9aea13503792.tar.bz2
[Ada] Put_Image attribute
2020-06-12 Bob Duff <duff@adacore.com> gcc/ada/ * debug.adb: Remove usage of -gnatd_z. * exp_attr.adb, exp_put_image.ads, exp_put_image.adb: Clean up the enable/disable code. If Put_Image is disabled for a type, systematically call the "unknown" version. Improve comments. Consolidate workarounds. Remove usage of -gnatd_z.
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r--gcc/ada/debug.adb5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index 0c86d96..1d614eb 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -170,7 +170,7 @@ package body Debug is
-- d_w
-- d_x
-- d_y
- -- d_z Enable Put_Image
+ -- d_z
-- d_A Stop generation of ALI file
-- d_B
@@ -993,9 +993,6 @@ package body Debug is
-- a call to routine Ada.Synchronous_Task_Control.Suspend_Until_True
-- or Ada.Synchronous_Barriers.Wait_For_Release.
- -- d_z The Put_Image attribute is a work in progress, and is disabled by
- -- default. This enables it.
-
-- d_A Do not generate ALI files by setting Opt.Disable_ALI_File.
-- d_F The compiler encodes the full path from an invocation construct to