From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19000 invoked by alias); 4 Sep 2016 18:55:29 -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 18890 invoked by uid 89); 4 Sep 2016 18:55:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,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; Sun, 04 Sep 2016 18:55:18 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 8776E8132E; Sun, 4 Sep 2016 20:55:16 +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 Id3zUtzD8D83; Sun, 4 Sep 2016 20:55:16 +0200 (CEST) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by smtp.eu.adacore.com (Postfix) with ESMTP id 6CE498132C; Sun, 4 Sep 2016 20:55:16 +0200 (CEST) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 69AB01EA0068; Sun, 4 Sep 2016 20:55:16 +0200 (CEST) Date: Sun, 04 Sep 2016 19:49:00 -0000 From: Arnaud Charlet To: Andris Pavenis Cc: GCC Patches , DJ Delorie , Arnaud Charlet Subject: Re: [PATCH 2/4][Ada,DJGPP] Ada support for DJGPP Message-ID: <20160904185516.GC15404@adacore.com> References: <2d4dc1ad-30d6-bb43-fd44-2ae9d7f32bef@iki.fi> <20160818094013.GA1929@adacore.com> <89aaa9c5-ede8-e673-30b6-a7718dfcb5e8@iki.fi> <20160825091737.GA26847@adacore.com> <6280d83e-ee2b-89a6-5fc5-3482895428c0@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6280d83e-ee2b-89a6-5fc5-3482895428c0@iki.fi> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2016-09/txt/msg00171.txt.bz2 This patch is OK > From 83fe70a17d811ebdec7ca70509e3c2521657d8f2 Mon Sep 17 00:00:00 2001 > From: Andris Pavenis > Date: Sun, 28 Aug 2016 08:02:11 +0300 > Subject: [PATCH 2/4] [DJGPP, Ada] DJGPP support > > * ada/ctrl_c.c: Do not use macro SA_RESTART for DJGPP. > > * ada/gsocket.h: Do not support sockets for DJGPP. > > * ada/init.c (__gnat_install_handler): Implememt for DJGPP > > * ada/sysdep.c: Include for DJGPP > (_setmode): Define to setmode for DJGPP > (__gnat_set_mode): Add implementation for DJGPP > (__gnat_localtime_tzoff): Use localtime_r for DJGPP > > * ada/terminals.c: Add DJGPP to list of unsupported platforms. > > * ada/env.c (__gnat_clearenv): use _gnat_unsetenv on all entries for