From patchwork Thu Oct 13 10:50:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 119419 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id EF0A4B6F64 for ; Thu, 13 Oct 2011 21:55:04 +1100 (EST) Received: (qmail 6684 invoked by alias); 13 Oct 2011 10:54:58 -0000 Received: (qmail 6676 invoked by uid 22791); 13 Oct 2011 10:54:57 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 13 Oct 2011 10:54:43 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id E3008CB0374 for ; Thu, 13 Oct 2011 12:54:42 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DfG6lhEsa4Oh for ; Thu, 13 Oct 2011 12:54:33 +0200 (CEST) Received: from [192.168.1.2] (bon31-9-83-155-120-49.fbx.proxad.net [83.155.120.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 2087BCB0361 for ; Thu, 13 Oct 2011 12:54:33 +0200 (CEST) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: [Ada] Fix PR ada/50589 Date: Thu, 13 Oct 2011 12:50:51 +0200 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Message-Id: <201110131250.51649.ebotcazou@adacore.com> Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Some left-overs from an earlier patch. Applied on the mainline. 2011-10-13 Eric Botcazou PR ada/50589 * s-linux-alpha.ads: Do not "with" Interfaces.C. * s-linux-sparc.ads: Likewise. Index: s-linux-sparc.ads =================================================================== --- s-linux-sparc.ads (revision 179844) +++ s-linux-sparc.ads (working copy) @@ -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; Index: s-linux-alpha.ads =================================================================== --- s-linux-alpha.ads (revision 179844) +++ s-linux-alpha.ads (working copy) @@ -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;