From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28131 invoked by alias); 10 Dec 2003 08:14: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 27957 invoked from network); 10 Dec 2003 08:14:18 -0000 Received: from unknown (HELO mail01.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 10 Dec 2003 08:14:18 -0000 Received: (from root@localhost) by guardian01.idc.renesas.com with id hBA8EGr1012792; Wed, 10 Dec 2003 17:14:16 +0900 (JST) Received: from unknown [172.20.8.71] by guardian01.idc.renesas.com with SMTP id TAA12791 ; Wed, 10 Dec 2003 17:14:15 +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 <0HPO0099N6VP8P@dnma01.rso.renesas.com>; Wed, 10 Dec 2003 17:14:13 +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 <0HPO003BU6VPEQ@dnma02.rso.renesas.com>; Wed, 10 Dec 2003 17:14:13 +0900 (JST) Date: Wed, 10 Dec 2003 08:14:00 -0000 From: Kazuhiro Inaoka Subject: Re: [PATCH] enable m32r-linux support To: binutils@sources.redhat.com Cc: gdb-patches@sources.redhat.com Message-id: <00d901c3bef6$563d5c40$2569910a@tool.maec.co.jp> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Content-type: text/plain; charset=iso-2022-jp Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <003d01c3bed3$59f7e120$2569910a@tool.maec.co.jp> X-SW-Source: 2003-12/txt/msg00287.txt.bz2 Hi > gdb/ChangeLog > > 2003-12-10 Kazuhiro Inaoka < inaoka dot kazuhiro at renesas dot com > > > * configure.tgt : enable m32r-linux. > * configure.host : Ditto. Please don't change configure.tgt. If you change it, it will not be able to build for m32r-linux-gdb. Kazuhiro ----- Original Message ----- From: "Kazuhiro Inaoka" To: Cc: Sent: Wednesday, December 10, 2003 1:09 PM Subject: [PATCH] enable m32r-linux support > Hi > > This patch is to enable to build binutils, gdb for m32r-linux. > Please commit and regenerate configure files. > > bfd/ChangeLog > > 2003-12-10 Kazuhiro Inaoka < inaoka dot kazuhiro at renesas dot com > > > * config.bfd : enable m32r-linux. > * configure.in : Ditto. > * targets.c : Add bfd_elf32_m32rle_vec, bfd_elf32_m32rle_vec, > bfd_elf32_m32rlin_vec, bfd_elf32_m32rlelin_vec > > gas/ChangeLog > > 2003-12-10 Kazuhiro Inaoka < inaoka dot kazuhiro at renesas dot com > > > * configure.in : enable m32r-linux. > > ld/ChangeLog > > 2003-12-10 Kazuhiro Inaoka < inaoka dot kazuhiro at renesas dot com > > > * configure.tgt : enable m32r-linux. > * Makefile.in : Ditto. > * emulparams/m32relf_linux.sh : Add new file. > * emulparams/m32rlelf.sh : Ditt. > * emulparams/m32rlelf_linux.sh : Ditto. > > gdb/ChangeLog > > 2003-12-10 Kazuhiro Inaoka < inaoka dot kazuhiro at renesas dot com > > > * configure.tgt : enable m32r-linux. > * configure.host : Ditto. > > Kazuhiro Inaoka >