From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28055 invoked by alias); 6 Jan 2015 18:43:53 -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 28042 invoked by uid 89); 6 Jan 2015 18:43:52 -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,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 06 Jan 2015 18:43:51 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t06Ihj8a001195 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 6 Jan 2015 13:43:45 -0500 Received: from [10.3.113.130] (ovpn-113-130.phx2.redhat.com [10.3.113.130]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t06Ihhjf029347; Tue, 6 Jan 2015 13:43:43 -0500 Message-ID: <54AC2CDF.5020308@redhat.com> Date: Tue, 06 Jan 2015 18:43:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Eric Botcazou , gcc-patches@gcc.gnu.org CC: Sebastien Bourdeauducq , Anthony Green , Chung-Lin Tang , Sandra Loosemore , Bernd Schmidt , DJ Delorie , Nick Clifton Subject: Re: Housekeeping work in backends.html References: <8312738.ciDlLVGyTE@polaris> In-Reply-To: <8312738.ciDlLVGyTE@polaris> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00254.txt.bz2 On 01/05/15 16:15, Eric Botcazou wrote: > Hi, > > the attached patch removes obsolete ports (c4x, m68hc11 and ms1), toggles the > 'p' letter and adjust accordingly (only avr, fr30, m68k, mcore, rs6000 and sh > still use define_peephole) and removes trailing spaces. > > OK to commit? > > Some ports are missing (lm32, moxie, nios2, nvptx, rl78, rx) so the relevant > maintainers are CCed (see 6.3.9 Anatomy of a Target Back End in the doc). This is fine. I might claim updating this shouldn't ever require a review :-) jeff