From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68369 invoked by alias); 18 Aug 2016 09:42:05 -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 68348 invoked by uid 89); 18 Aug 2016 09:42:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= 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 ESMTP; Thu, 18 Aug 2016 09:41:54 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 952198186D; Thu, 18 Aug 2016 11:41:52 +0200 (CEST) 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 v2ps_8G5LYFO; Thu, 18 Aug 2016 11:41:52 +0200 (CEST) Received: from chelles.act-europe.fr (chelles.act-europe.fr [IPv6:2a02:2ab8:224:1:d6be:d9ff:fef8:4565]) by smtp.eu.adacore.com (Postfix) with ESMTP id 81A6C8186C; Thu, 18 Aug 2016 11:41:52 +0200 (CEST) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 7DE611EA0068; Thu, 18 Aug 2016 11:41:52 +0200 (CEST) Date: Thu, 18 Aug 2016 09:42:00 -0000 From: Arnaud Charlet To: Andris Pavenis Cc: GCC Patches , DJ Delorie Subject: Re: [PATCH 3/4][Ada,DJGPP] Ada support for DJGPP Message-ID: <20160818094152.GB1929@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2016-08/txt/msg01319.txt.bz2 > 2016-07-30 Andris Pavenis > > * ada/gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS): Define for > DJGPP target > (EH_MECHANISM): Define to -gcc for DJGPP > * ada/system-djgpp.ads: New file > > Andris > +++ b/gcc/ada/system-djgpp.ads > @@ -0,0 +1,148 @@ > +------------------------------------------------------------------------------ > > +-- -- > +-- GNAT RUN-TIME COMPONENTS -- > +-- -- > +-- S Y S T E M -- > +-- -- > +-- S p e c -- > +-- (DJGPP Version) -- Wrong formatting here. > +-- -- > +-- Copyright (C) 1992-2015, Free Software Foundation, Inc. -- Wrong copyright here.