diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index cd443afa1406..461e4d1eaaee 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 ba72719f8dbc..a700c9720e67 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 756d69d8f30d..3ba20da4d5c0 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;