From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5279 invoked by alias); 16 Feb 2012 23:40:59 -0000 Received: (qmail 5271 invoked by uid 22791); 16 Feb 2012 23:40:58 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Feb 2012 23:40:24 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1GNeOj2009991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Feb 2012 18:40:24 -0500 Received: from mesquite.lan (ovpn-113-100.phx2.redhat.com [10.3.113.100]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1GNeNMX022629 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 16 Feb 2012 18:40:24 -0500 Date: Thu, 16 Feb 2012 23:51:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [RFC] Add rx to MAINTAINERS and Makefile.in Message-ID: <20120216164023.433fd403@mesquite.lan> In-Reply-To: <8762f6luwa.fsf@fleche.redhat.com> References: <20120215155546.09bef348@mesquite.lan> <8762f6luwa.fsf@fleche.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00339.txt.bz2 On Thu, 16 Feb 2012 07:23:17 -0700 Tom Tromey wrote: > >>>>> "Kevin" == Kevin Buettner writes: > > Kevin> * MAINTAINERS: Add rx to target ISA section. > Kevin> * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o. > Kevin> (ALLDEPFILES): Add rx-tdep.c. > > This looks reasonable to me. I've committed this. Thanks for looking it over. Kevin