summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-09-26 11:10:50 +0200
committerElyes Haouas <ehaouas@noos.fr>2023-02-26 13:30:35 +0000
commite784c1e66a5971cd780648925199f8713a72716f (patch)
treed147b81a09d207b8f1b081566aa324de92305aea /src/lib
parenta247319ebeb274bb84e1512688ac179d38a40c32 (diff)
lib/gnat: Remove Compiler_Unit_Warning pragmas
'pragma Compiler_Unit_Warning' is removed upstream: https://gcc.gnu.org/git/?p=gcc.git&a=search&h=HEAD&st=commit&s=pragma+Compiler_Unit_Warning Fix: GCC libgnat-x86_32/lib/gnat/interfac.o interfac.ads:36:08: warning: unrecognized pragma "Compiler_Unit_Warning" [-gnatwg] Change-Id: I6d7efab132441dd3cc62a53b7322e9fd355e5059 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73162 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/gnat/interfac.ads2
-rw-r--r--src/lib/gnat/s-imenne.adb1
-rw-r--r--src/lib/gnat/s-imenne.ads2
-rw-r--r--src/lib/gnat/s-parame.ads2
-rw-r--r--src/lib/gnat/s-stoele.adb2
-rw-r--r--src/lib/gnat/s-stoele.ads2
-rw-r--r--src/lib/gnat/s-unstyp.ads2
7 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/gnat/interfac.ads b/src/lib/gnat/interfac.ads
index e7e196c594..96f4b47b0b 100644
--- a/src/lib/gnat/interfac.ads
+++ b/src/lib/gnat/interfac.ads
@@ -33,8 +33,6 @@
-- --
------------------------------------------------------------------------------
-pragma Compiler_Unit_Warning;
-
package Interfaces is
pragma Pure;
diff --git a/src/lib/gnat/s-imenne.adb b/src/lib/gnat/s-imenne.adb
index 0c82dfd54d..de57766ad3 100644
--- a/src/lib/gnat/s-imenne.adb
+++ b/src/lib/gnat/s-imenne.adb
@@ -29,7 +29,6 @@
-- --
------------------------------------------------------------------------------
-pragma Compiler_Unit_Warning;
pragma Assertion_Policy (Statement_Assertions => Ignore);
with Ada.Unchecked_Conversion;
diff --git a/src/lib/gnat/s-imenne.ads b/src/lib/gnat/s-imenne.ads
index 3726720cd1..ce470fd4ce 100644
--- a/src/lib/gnat/s-imenne.ads
+++ b/src/lib/gnat/s-imenne.ads
@@ -40,8 +40,6 @@
-- for bootstrapping with older versions of the compiler which expect to find
-- functions in this package.
-pragma Compiler_Unit_Warning;
-
package System.Img_Enum_New is
pragma Pure;
diff --git a/src/lib/gnat/s-parame.ads b/src/lib/gnat/s-parame.ads
index 3bb8b106da..b3682ba08e 100644
--- a/src/lib/gnat/s-parame.ads
+++ b/src/lib/gnat/s-parame.ads
@@ -46,8 +46,6 @@
-- Note: do not introduce any pragma Inline statements into this unit, since
-- otherwise the relinking and rebinding capability would be deactivated.
-pragma Compiler_Unit_Warning;
-
package System.Parameters is
pragma Pure;
diff --git a/src/lib/gnat/s-stoele.adb b/src/lib/gnat/s-stoele.adb
index 1cb5f92a23..77faa53074 100644
--- a/src/lib/gnat/s-stoele.adb
+++ b/src/lib/gnat/s-stoele.adb
@@ -29,8 +29,6 @@
-- --
------------------------------------------------------------------------------
-pragma Compiler_Unit_Warning;
-
with Ada.Unchecked_Conversion;
package body System.Storage_Elements is
diff --git a/src/lib/gnat/s-stoele.ads b/src/lib/gnat/s-stoele.ads
index bf773cb03d..78faa1dce4 100644
--- a/src/lib/gnat/s-stoele.ads
+++ b/src/lib/gnat/s-stoele.ads
@@ -37,8 +37,6 @@
-- extra declarations that can be introduced into System using Extend_System.
-- It is a good idea to avoid use clauses for this package.
-pragma Compiler_Unit_Warning;
-
package System.Storage_Elements is
pragma Pure;
-- Note that we take advantage of the implementation permission to make
diff --git a/src/lib/gnat/s-unstyp.ads b/src/lib/gnat/s-unstyp.ads
index 9eefc15b59..de4affcd32 100644
--- a/src/lib/gnat/s-unstyp.ads
+++ b/src/lib/gnat/s-unstyp.ads
@@ -35,8 +35,6 @@
-- also contains some related definitions for other specialized types
-- used by the compiler in connection with packed array types.
-pragma Compiler_Unit_Warning;
-
package System.Unsigned_Types is
pragma Pure;