diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2011-10-13 10:54:19 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-10-13 10:54:19 +0000 |
commit | 574ec9452d38bc8b3c14aea7afd72b073f973c86 (patch) | |
tree | efc17cec4abaf20153439d4514630cdf68fd2e9b /gcc | |
parent | 8668ea361db02a4cd08634680435e3cbe96f4110 (diff) | |
download | gcc-574ec9452d38bc8b3c14aea7afd72b073f973c86.zip gcc-574ec9452d38bc8b3c14aea7afd72b073f973c86.tar.gz gcc-574ec9452d38bc8b3c14aea7afd72b073f973c86.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/ada/s-linux-alpha.ads | 2 | ||||
-rw-r--r-- | 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 cd443af..461e4d1 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -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 diff --git a/gcc/ada/s-linux-alpha.ads b/gcc/ada/s-linux-alpha.ads index ba72719..a700c97 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 756d69d..3ba20da 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; |