From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24140 invoked by alias); 16 Mar 2016 11:19:16 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 24113 invoked by uid 89); 16 Mar 2016 11:19:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=notices, svante.signell@gmail.com, svantesignellgmailcom, H*f:sk:1458124 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 16 Mar 2016 11:19:13 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 59ED3812E4; Wed, 16 Mar 2016 12:19:09 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tjmwfw0_BrHl; Wed, 16 Mar 2016 12:19:09 +0100 (CET) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by smtp.eu.adacore.com (Postfix) with ESMTP id 2CB2A812E0; Wed, 16 Mar 2016 12:19:09 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 291171EBEB1C; Wed, 16 Mar 2016 12:19:09 +0100 (CET) Date: Wed, 16 Mar 2016 11:19:00 -0000 From: Arnaud Charlet To: Svante Signell Cc: Eric Botcazou , gcc-patches@gcc.gnu.org, Samuel Thibault , Matthias Klose Subject: Re: Please include ada-hurd.diff upstream (try2) Message-ID: <20160316111909.GB12389@adacore.com> References: <1456875776.5852.194.camel@gmail.com> <1892980.xfHAqQvLqb@polaris> <1458124921.21760.10.camel@gmail.com> <3403114.XIWJ88mpLG@polaris> <1458126972.21760.14.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458126972.21760.14.camel@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2016-03/txt/msg00899.txt.bz2 > Yes, you are right, somehow I submitted the old patch. Attached is the > updated one, with a proposed ChangeLog entry included. The copyright notices are wrong (or at least incomplete). Arno > > Thanks! > 2016-03-16 Svante Signell > > * gcc-interface/Makefile.in: Add support for x86 GNU/Hurd. > * s-osinte-gnu.ads: New specification file. > * s-osinte-gnu.adb: New body file, basically > s-osinte-posix.adb > adding dummy implementation of functions not yet implemented.