From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33839 invoked by alias); 4 Jun 2015 19:50:06 -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 33825 invoked by uid 89); 4 Jun 2015 19:50:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 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; Thu, 04 Jun 2015 19:50:03 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 44FBB285312C; Thu, 4 Jun 2015 21:49:59 +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 CYBh1nO2nsLh; Thu, 4 Jun 2015 21:49:59 +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 F070F2852562; Thu, 4 Jun 2015 21:49:58 +0200 (CEST) Received: by chelles.act-europe.fr (Postfix, from userid 525) id ECE011EA5511; Thu, 4 Jun 2015 21:49:58 +0200 (CEST) Date: Thu, 04 Jun 2015 21:04:00 -0000 From: Arnaud Charlet To: John Marino Cc: Eric Botcazou , gcc-patches@gcc.gnu.org, Thomas Quinot Subject: Re: [patch] Implement Ada support for DragonFly, improve it for FreeBSD Message-ID: <20150604194958.GB29519@adacore.com> References: <5568E37B.3050401@marino.st> <20777268.lEEs1vboLO@polaris> <20150603073036.GA10341@adacore.com> <556EB67B.5010704@marino.st> <20150603090358.GB28561@adacore.com> <55708F24.70704@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55708F24.70704@marino.st> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-06/txt/msg00436.txt.bz2 > There was a significant amount of bitrot. Apparently right after I > submitted the patch, many macros were adjusted by Adacore hitting the > same files and copyrights as I did. I updated the patch set by hand and > tested it against the 31 may snapshot. I also fixed the > TOOLS_TARGET_PAIRS issue of course. same URL: > > http://leaf.dragonflybsd.org/~marino/freebsd/gnat-dragonfly-support.diff > > I also updated the suggested commit message as Eric suggested: > > http://leaf.dragonflybsd.org/~marino/freebsd/gnat-dragonfly-support.msg.txt > > Hopefully this patch isn't already bitrotted! It would help the review if you could attach your patch and changelog in your email. Arno