From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19808 invoked by alias); 19 Dec 2003 11:47:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19793 invoked from network); 19 Dec 2003 11:47:17 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Dec 2003 11:47:17 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id hBJBlHA15028; Fri, 19 Dec 2003 06:47:17 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hBJBlGE02076; Fri, 19 Dec 2003 06:47:16 -0500 Received: from localhost.localdomain.redhat.com (vpnuser3.stuttgart.redhat.com [172.16.4.3]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id hBJBkkkN007554; Fri, 19 Dec 2003 11:46:57 GMT To: Kazuhiro Inaoka Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] New port m32r-linux target. References: <007901c3c55c$cc9229e0$2569910a@tool.maec.co.jp> <002f01c3c5fa$2c8f71c0$2569910a@tool.maec.co.jp> From: Nick Clifton Date: Fri, 19 Dec 2003 11:47:00 -0000 In-Reply-To: <002f01c3c5fa$2c8f71c0$2569910a@tool.maec.co.jp> (Kazuhiro Inaoka's message of "Fri, 19 Dec 2003 15:34:36 +0900") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00448.txt.bz2 Hi Kazuhiro, Thanks for making these changes. I have now applied all of your patch apart from one small section: ------------------------------------------------------------------- gdb/configure.host 2003-12-18 Kazuhiro Inaoka m32r-linux and PIC support. Add new ABI of USE_RELA. * configure.host: Add m32r-linux targets. ------------------------------------------------------------------- You will need to submit this to the GDB patches mailing list (gdb-patches@sources.redhat.com) for approval before it can be applied. (Note - I have applied the patches to the Simulator, since Andrew Cagney had asked me to). Cheers Nick