mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
8668ea361d
commit
574ec9452d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue