From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10758 invoked by alias); 7 Dec 2009 20:00:28 -0000 Received: (qmail 10662 invoked by uid 22791); 7 Dec 2009 20:00:25 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS 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; Mon, 07 Dec 2009 20:00:20 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nB7K0Jbf013128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 7 Dec 2009 15:00:19 -0500 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nB7K0J1C009434 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 7 Dec 2009 15:00:19 -0500 Date: Mon, 07 Dec 2009 20:00:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [RFC] Add support for Renesas RX architecture Message-ID: <20091207130018.360e5c60@redhat.com> In-Reply-To: <20091203161906.7f7a6c06@redhat.com> References: <20091203161906.7f7a6c06@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: 2009-12/txt/msg00087.txt.bz2 On Thu, 3 Dec 2009 16:19:06 -0700 Kevin Buettner wrote: > * configure.tgt: Add rx-*-elf target. > * rx-tdep.c: New target. Committed. Thanks to Joel for his review. Kevin