re PR ada/50589 ([4.7] Ada bootstrap failure on sparc-linux)
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 13 Oct 2011 10:54:19 +0000 (10:54 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 13 Oct 2011 10:54:19 +0000 (10:54 +0000)
PR ada/50589
* s-linux-alpha.ads: Do not "with" Interfaces.C.
* s-linux-sparc.ads: Likewise.

From-SVN: r179911

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

index cd443afa1406d020577446575f27a79870387a2f..461e4d1eaaeea120fa0f56f99be13f981747c0da 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 ba72719f8dbcc7c6c1634adb1361300e946911c7..a700c9720e675f7682931d59e0b1685b28c27a98 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 756d69d8f30dbde83f0ea68c3f274fe96d8cf0ad..3ba20da4d5c035a57011a79b943c94b33afb05b3 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;