aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/switch-b.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/switch-b.adb')
-rw-r--r--gcc/ada/switch-b.adb9
1 files changed, 3 insertions, 6 deletions
diff --git a/gcc/ada/switch-b.adb b/gcc/ada/switch-b.adb
index eefd225..3902b66 100644
--- a/gcc/ada/switch-b.adb
+++ b/gcc/ada/switch-b.adb
@@ -353,14 +353,11 @@ package body Switch.B is
Ptr := Ptr + 1;
Usage_Requested := True;
- -- ??? Enable the following code when switching from the old to the
- -- new elaboration-order mechanism.
-
-- Processing for H switch
- -- when 'H' =>
- -- Ptr := Ptr + 1;
- -- Legacy_Elaboration_Order := True;
+ when 'H' =>
+ Ptr := Ptr + 1;
+ Legacy_Elaboration_Order := True;
-- Processing for i switch