From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9695 invoked by alias); 5 Jan 2004 01:17:54 -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 9686 invoked from network); 5 Jan 2004 01:17:53 -0000 Received: from unknown (HELO mail03.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 5 Jan 2004 01:17:53 -0000 Received: (from root@localhost) by guardian03.idc.renesas.com with id i051Hevk021138; Mon, 5 Jan 2004 10:17:40 +0900 (JST) Received: from unknown [172.20.8.73] by guardian03.idc.renesas.com with SMTP id LAA21137 ; Mon, 5 Jan 2004 10:17:40 +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 <0HQZ00I83SXHAS@dnma01.rso.renesas.com>; Mon, 05 Jan 2004 10:17:41 +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 <0HQZ00BO7SXG6A@dnma02.rso.renesas.com>; Mon, 05 Jan 2004 10:17:41 +0900 (JST) Date: Mon, 05 Jan 2004 01:17:00 -0000 From: Kazuhiro Inaoka Subject: Re: [PATCH] New port m32r-linux target. To: Andrew Cagney Cc: Andrew Pinski , gdb-patches@sources.redhat.com, Nick Clifton Message-id: <00b001c3d32a$8c801fc0$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> <008001c3c83e$c957ae00$2569910a@tool.maec.co.jp> <3FF5F605.1060300@gnu.org> X-SW-Source: 2004-01/txt/msg00080.txt.bz2 Hi Andrew, > > gdb/ChangeLog > > > > 2003-12-18 Kazuhiro Inaoka > > > > m32r-linux and PIC support. Add new ABI of USE_RELA. > > > > * configure.host: Add m32r-linux targets > > I've checked this in. > > Andrew Thanks! Kazuhiro