diff options
Diffstat (limited to 'gcc/ada/s-stalib.adb')
-rw-r--r-- | gcc/ada/s-stalib.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/s-stalib.adb b/gcc/ada/s-stalib.adb index 8730b46aac2..ffea8d008cd 100644 --- a/gcc/ada/s-stalib.adb +++ b/gcc/ada/s-stalib.adb @@ -29,9 +29,7 @@ -- -- ------------------------------------------------------------------------------ -pragma Warnings (Off); pragma Compiler_Unit; -pragma Warnings (On); -- The purpose of this body is simply to ensure that the two with'ed units -- are properly included in the link. They are not with'ed from the spec @@ -43,7 +41,8 @@ pragma Polling (Off); -- elaboration circularities with Ada.Exceptions if polling is on. pragma Warnings (Off); --- Kill warnings from unused withs +-- Kill warnings from unused withs. These unused with's are here to make +-- sure the relevant units are loaded and properly elaborated. with System.Soft_Links; -- Referenced directly from generated code using external symbols so it |