From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25503 invoked by alias); 22 Dec 2003 00:26:21 -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 25292 invoked from network); 22 Dec 2003 00:26:16 -0000 Received: from unknown (HELO mail04.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 22 Dec 2003 00:26:16 -0000 Received: (from root@localhost) by guardian01.idc.renesas.com with id hBM0QAxm026249; Mon, 22 Dec 2003 09:26:10 +0900 (JST) Received: from unknown [172.20.8.69] by guardian01.idc.renesas.com with SMTP id KAA26248 ; Mon, 22 Dec 2003 09:26:09 +0900 Received: from dnma02 (dnma02.rso.renesas.com [10.15.11.200]) by dnma01.rso.renesas.com (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HQ90015RT7MD9@dnma01.rso.renesas.com>; Mon, 22 Dec 2003 09:26:10 +0900 (JST) Received: from t1pcapricot.tool.maec.co.jp ([10.145.105.37]) by dnma02.rso.renesas.com (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with SMTP id <0HQ900HUCT7MFO@dnma02.rso.renesas.com>; Mon, 22 Dec 2003 09:26:10 +0900 (JST) Date: Mon, 22 Dec 2003 00:26:00 -0000 From: Kazuhiro Inaoka Subject: Re: [PATCH] New port m32r-linux target. To: Nick Clifton Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Message-id: <004201c3c822$fc96f260$2569910a@tool.maec.co.jp> MIME-version: 1.0 Content-type: text/plain; charset=iso-2022-jp Content-transfer-encoding: 7BIT References: <007901c3c55c$cc9229e0$2569910a@tool.maec.co.jp> <002f01c3c5fa$2c8f71c0$2569910a@tool.maec.co.jp> X-SW-Source: 2003-12/txt/msg00464.txt.bz2 Hi Nick, Thanks! Kazuhiro Inaoka > 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