OSDN Git Service

PR ada/50589
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Oct 2011 10:54:19 +0000 (10:54 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Oct 2011 10:54:19 +0000 (10:54 +0000)
* s-linux-alpha.ads: Do not "with" Interfaces.C.
* s-linux-sparc.ads: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179911 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/s-linux-alpha.ads
gcc/ada/s-linux-sparc.ads

index cd443af..461e4d1 100644 (file)
@@ -1,3 +1,9 @@
+2011-10-13  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/50589
+       * s-linux-alpha.ads: Do not "with" Interfaces.C.
+       * s-linux-sparc.ads: Likewise.
+
 2011-10-13  Geert Bosch  <bosch@adacore.com>
 
        * s-gearop.ads (Forward_Eliminate): Add "abs" formal function
index ba72719..a700c97 100644 (file)
@@ -35,8 +35,6 @@
 --  PLEASE DO NOT add any with-clauses to this package or remove the pragma
 --  Preelaborate. This package is designed to be a bottom-level (leaf) package.
 
-with Interfaces.C;
-
 package System.Linux is
    pragma Preelaborate;
 
index 756d69d..3ba20da 100644 (file)
@@ -35,8 +35,6 @@
 --  PLEASE DO NOT add any with-clauses to this package or remove the pragma
 --  Preelaborate. This package is designed to be a bottom-level (leaf) package
 
-with Interfaces.C;
-
 package System.Linux is
    pragma Preelaborate;