From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72768 invoked by alias); 13 Sep 2016 20:03:08 -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 72751 invoked by uid 89); 13 Sep 2016 20:03:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=45pm, news X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Sep 2016 20:03:06 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id u8DK2oHL011249; Tue, 13 Sep 2016 15:02:51 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id u8DK2mhe011247; Tue, 13 Sep 2016 15:02:48 -0500 Date: Tue, 13 Sep 2016 20:07:00 -0000 From: Segher Boessenkool To: Joseph Myers Cc: Bernd Schmidt , gcc-patches@gcc.gnu.org Subject: Re: [PATCH 1/3] Put a TARGET_LRA_P into every target Message-ID: <20160913200244.GB6421@gate.crashing.org> References: <20160913110349.GA18438@gate.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00767.txt.bz2 On Tue, Sep 13, 2016 at 04:15:45PM +0000, Joseph Myers wrote: > On Tue, 13 Sep 2016, Segher Boessenkool wrote: > > > Yes, many targets need the hook definition after this series; that should > > stick out like a sore thumb, help to remind people to change their target > > to use LRA (not a huge amount of work for most, although it can get tricky). > > I would also encourage an email to all the maintainers of ports using > reload, CC gcc@, pointing out that moving is desirable and with pointers > to guidance on how to do the move. Yeah. I'll also do a news entry. Pointers to guidance... I'll create a wiki page so that we can collect everyone's experience :-) Segher