]> gcc.gnu.org Git - gcc.git/commitdiff
ada: Cleanup WITH clauses after switching from obsolescent Ada 83 unit
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 9 Sep 2022 15:46:22 +0000 (17:46 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 7 Nov 2022 08:36:30 +0000 (09:36 +0100)
Cleanup after replacing Unchecked_Conversion with
Ada.Unchecked_Conversion.

gcc/ada/

* libgnarl/s-interr.adb: Reorder context items and pragmas.

gcc/ada/libgnarl/s-interr.adb

index a3d28d6055c8d7fd0f9261388ecadeb20ea28e86..94e572d482b4e7f7006835b6824693a9c9a52c27 100644 (file)
 
 with Ada.Exceptions;
 with Ada.Task_Identification;
+with Ada.Unchecked_Conversion;
 
-with System.Task_Primitives;
 with System.Interrupt_Management;
-
 with System.Interrupt_Management.Operations;
-pragma Elaborate_All (System.Interrupt_Management.Operations);
-
 with System.IO;
-
+with System.Parameters;
+with System.Task_Primitives;
 with System.Task_Primitives.Operations;
 with System.Task_Primitives.Interrupt_Operations;
 with System.Storage_Elements;
+with System.Tasking.Initialization;
 with System.Tasking.Utilities;
-
 with System.Tasking.Rendezvous;
-pragma Elaborate_All (System.Tasking.Rendezvous);
-
-with System.Tasking.Initialization;
-with System.Parameters;
 
-with Ada.Unchecked_Conversion;
+pragma Elaborate_All (System.Interrupt_Management.Operations);
+pragma Elaborate_All (System.Tasking.Rendezvous);
 
 package body System.Interrupts is
 
This page took 0.063255 seconds and 5 git commands to generate.