From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32221 invoked by alias); 2 Jan 2004 22:51:51 -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 32212 invoked from network); 2 Jan 2004 22:51:50 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 2 Jan 2004 22:51:50 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 390062B8F; Fri, 2 Jan 2004 17:51:49 -0500 (EST) Message-ID: <3FF5F605.1060300@gnu.org> Date: Fri, 02 Jan 2004 22:51:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Kazuhiro Inaoka Cc: Andrew Pinski , gdb-patches@sources.redhat.com, Nick Clifton Subject: Re: [PATCH] New port m32r-linux target. References: <007901c3c55c$cc9229e0$2569910a@tool.maec.co.jp> <002f01c3c5fa$2c8f71c0$2569910a@tool.maec.co.jp> <008001c3c83e$c957ae00$2569910a@tool.maec.co.jp> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00035.txt.bz2 > Hi Andrew, > > This patch is to add m32r-linux targets. > > Please commit it. > > Kazuhiro Inaoka > > 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