From 574ec9452d38bc8b3c14aea7afd72b073f973c86 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Thu, 13 Oct 2011 10:54:19 +0000 Subject: [PATCH] re PR ada/50589 ([4.7] Ada bootstrap failure on sparc-linux) PR ada/50589 * s-linux-alpha.ads: Do not "with" Interfaces.C. * s-linux-sparc.ads: Likewise. From-SVN: r179911 --- gcc/ada/ChangeLog | 6 ++++++ gcc/ada/s-linux-alpha.ads | 2 -- gcc/ada/s-linux-sparc.ads | 2 -- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index cd443afa140..461e4d1eaae 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2011-10-13 Eric Botcazou + + PR ada/50589 + * s-linux-alpha.ads: Do not "with" Interfaces.C. + * s-linux-sparc.ads: Likewise. + 2011-10-13 Geert Bosch * s-gearop.ads (Forward_Eliminate): Add "abs" formal function diff --git a/gcc/ada/s-linux-alpha.ads b/gcc/ada/s-linux-alpha.ads index ba72719f8db..a700c9720e6 100644 --- a/gcc/ada/s-linux-alpha.ads +++ b/gcc/ada/s-linux-alpha.ads @@ -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; diff --git a/gcc/ada/s-linux-sparc.ads b/gcc/ada/s-linux-sparc.ads index 756d69d8f30..3ba20da4d5c 100644 --- a/gcc/ada/s-linux-sparc.ads +++ b/gcc/ada/s-linux-sparc.ads @@ -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; -- 2.30.2