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
This commit is contained in:
Eric Botcazou 2011-10-13 10:54:19 +00:00 committed by Eric Botcazou
parent 8668ea361d
commit 574ec9452d
3 changed files with 6 additions and 4 deletions

View 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

View 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;

View 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;