From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64541 invoked by alias); 28 Mar 2017 08:10:52 -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 64517 invoked by uid 89); 28 Mar 2017 08:10:51 -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=Hx-languages-length:239, H*Ad:U*charlet 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; Tue, 28 Mar 2017 08:10:50 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id C0B91812FD; Tue, 28 Mar 2017 10:10:48 +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 5gZEiWw-Fppg; Tue, 28 Mar 2017 10:10:48 +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 423F9812FC; Tue, 28 Mar 2017 10:10:48 +0200 (CEST) Received: by chelles.act-europe.fr (Postfix, from userid 525) id 3D2E41EA0067; Tue, 28 Mar 2017 10:10:48 +0200 (CEST) Date: Tue, 28 Mar 2017 08:12:00 -0000 From: Arnaud Charlet To: Andreas Schwab Cc: gcc-patches@gcc.gnu.org, Arnaud Charlet Subject: Re: [PATCH] Support for Ada on aarch64 with -mabi=ilp32 Message-ID: <20170328081048.GA28794@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: 2017-03/txt/msg01429.txt.bz2 > PR ada/80117 > * system-linux-arm-ilp32.ads: New file. > * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS_COMMON): Use it > for aarch64-linux with -mabi=ilp32. OK, thanks. Arno