From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22501 invoked by alias); 22 Apr 2003 06:56: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 22494 invoked from network); 22 Apr 2003 06:56:20 -0000 Received: from unknown (HELO mail02.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 22 Apr 2003 06:56:20 -0000 Received: from mail02.idc.renesas.com (localhost [127.0.0.1]) by mail02.idc.renesas.com with ESMTP id h3M6uIPg025648 for ; Tue, 22 Apr 2003 15:56:18 +0900 (JST) Received: from guardian05.idc.renesas.com ([172.20.8.136]) by mail02.idc.renesas.com with ESMTP id h3M6uI7g025645 for ; Tue, 22 Apr 2003 15:56:18 +0900 (JST) Received: (from root@localhost) by guardian05.idc.renesas.com with id h3M6uI0V018163 for gdb-patches@sources.redhat.com; Tue, 22 Apr 2003 15:56:18 +0900 (JST) Received: from unknown [172.20.8.68] by guardian05.idc.renesas.com with SMTP id RAA18162 ; Tue, 22 Apr 2003 15:56:18 +0900 Received: from mta01.idc.renesas.com (localhost [127.0.0.1]) by mta01.idc.renesas.com with ESMTP id h3M6uHn5024548 for ; Tue, 22 Apr 2003 15:56:17 +0900 (JST) Received: from dnma01 ([10.15.2.200]) by mta01.idc.renesas.com with ESMTP id h3M6uGKB024545 for ; Tue, 22 Apr 2003 15:56:16 +0900 (JST) 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 <0HDQ00740GJ98S@dnma01.rso.renesas.com> for gdb-patches@sources.redhat.com; Tue, 22 Apr 2003 15:54:45 +0900 (JST) Received: from t1pcapricot2.hoku.renesas.com ([10.145.105.37]) by dnma02.rso.renesas.com (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTPA id <0HDQ009I0GH6IJ@dnma02.rso.renesas.com> for gdb-patches@sources.redhat.com; Tue, 22 Apr 2003 15:53:30 +0900 (JST) Date: Tue, 22 Apr 2003 06:56:00 -0000 From: Kazuhio Inaoka Subject: Transepose Mitsubishi to Renesas for M32R processor. To: gdb-patches@sources.redhat.com Message-id: <013101c3089c$f301aec0$2569910a@hoku.renesas.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Content-type: multipart/mixed; boundary="Boundary_(ID_01PIbsb3fDZmjsTMyI+n2g)" X-Priority: 3 X-MSMail-priority: Normal X-SW-Source: 2003-04/txt/msg00389.txt.bz2 This is a multi-part message in MIME format. --Boundary_(ID_01PIbsb3fDZmjsTMyI+n2g) Content-type: text/plain; charset=iso-2022-jp Content-transfer-encoding: 7BIT Content-length: 739 Renesas Technology Corp. is a new semiconductor company, established on April 1st, 2003, as a joint venture between Hitachi, Ltd.(TSE: 6501) and Mitsubishi Electric Corporation(TSE: 6503). M32R Information: http://www.renesas.com/eng/products/mpumcu/32bit/m32r/index.html 2003-04-22 Kazuhiro Inaoka * gdb/m32r-rom.c : Change Mitsubishi to Renesas. gdb/m32r-tdep.c : ditto gdb/config/m32r/m32r.mt : ditto gdb/config/m32r/tm-m32r.h : ditto gdb/doc/gdb.texinfo : ditto gdb/doc/gdb.info-1 : ditto gdb/doc/gdb.info-8 : ditto --Boundary_(ID_01PIbsb3fDZmjsTMyI+n2g) Content-type: application/octet-stream; name=gdb-5.3-a.patches Content-transfer-encoding: quoted-printable Content-disposition: attachment; filename=gdb-5.3-a.patches Content-length: 8718 diff -c org_src/gdb-5.3/gdb/NEWS gdb-5.3/gdb/NEWS=0A= *** org_src/gdb-5.3/gdb/NEWS Wed Dec 4 04:29:50 2002=0A= --- gdb-5.3/gdb/NEWS Tue Apr 22 15:31:58 2003=0A= ***************=0A= *** 751,757 ****=0A= MIPS NEC VR5000 mips64*vr5000*{,el}-*-elf*=0A= MIPS Toshiba TX39 mips64*tx39*{,el}-*-elf*=0A= Mitsubishi D10V w/simulator d10v-*-*=0A= ! Mitsubishi M32R/D w/simulator m32r-*-elf*=0A= Tsqware Sparclet sparclet-*-*=0A= NEC V850 w/simulator v850-*-*=0A= =20=20=0A= --- 751,757 ----=0A= MIPS NEC VR5000 mips64*vr5000*{,el}-*-elf*=0A= MIPS Toshiba TX39 mips64*tx39*{,el}-*-elf*=0A= Mitsubishi D10V w/simulator d10v-*-*=0A= ! Renesas M32R/D w/simulator m32r-*-elf*=0A= Tsqware Sparclet sparclet-*-*=0A= NEC V850 w/simulator v850-*-*=0A= =20=20=0A= diff -c org_src/gdb-5.3/gdb/m32r-rom.c gdb-5.3/gdb/m32r-rom.c=0A= *** org_src/gdb-5.3/gdb/m32r-rom.c Mon Jun 11 01:25:51 2001=0A= --- gdb-5.3/gdb/m32r-rom.c Tue Apr 22 15:33:15 2003=0A= ***************=0A= *** 22,28 ****=0A= Foundation, Inc., 59 Temple Place - Suite 330,=0A= Boston, MA 02111-1307, USA. */=0A= =20=20=0A= ! /* This module defines communication with the Mitsubishi m32r monitor */= =0A= =20=20=0A= #include "defs.h"=0A= #include "gdbcore.h"=0A= --- 22,28 ----=0A= Foundation, Inc., 59 Temple Place - Suite 330,=0A= Boston, MA 02111-1307, USA. */=0A= =20=20=0A= ! /* This module defines communication with the Renesas m32r monitor */=0A= =20=20=0A= #include "defs.h"=0A= #include "gdbcore.h"=0A= diff -c org_src/gdb-5.3/gdb/m32r-tdep.c gdb-5.3/gdb/m32r-tdep.c=0A= *** org_src/gdb-5.3/gdb/m32r-tdep.c Tue Jul 30 01:34:06 2002=0A= --- gdb-5.3/gdb/m32r-tdep.c Tue Apr 22 15:33:44 2003=0A= ***************=0A= *** 1,4 ****=0A= ! /* Target-dependent code for the Mitsubishi m32r for GDB, the GNU debugge= r.=0A= Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.= =0A= =20=20=0A= This file is part of GDB.=0A= --- 1,4 ----=0A= ! /* Target-dependent code for the Renesas m32r for GDB, the GNU debugger.= =0A= Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.= =0A= =20=20=0A= This file is part of GDB.=0A= ***************=0A= *** 562,568 ****=0A= /* Function: push_arguments=0A= Setup the function arguments for calling a function in the inferior.= =0A= =20=20=0A= ! On the Mitsubishi M32R architecture, there are four registers (R0 to R= 3)=0A= which are dedicated for passing function arguments. Up to the first= =20=0A= four arguments (depending on size) may go into these registers.=0A= The rest go on the stack.=0A= --- 562,568 ----=0A= /* Function: push_arguments=0A= Setup the function arguments for calling a function in the inferior.= =0A= =20=20=0A= ! On the Renesas M32R architecture, there are four registers (R0 to R3)= =0A= which are dedicated for passing function arguments. Up to the first= =20=0A= four arguments (depending on size) may go into these registers.=0A= The rest go on the stack.=0A= diff -c org_src/gdb-5.3/gdb/config/m32r/m32r.mt gdb-5.3/gdb/config/m32r/m32= r.mt=0A= *** org_src/gdb-5.3/gdb/config/m32r/m32r.mt Sun May 5 00:52:39 2002=0A= --- gdb-5.3/gdb/config/m32r/m32r.mt Tue Apr 22 15:34:47 2003=0A= ***************=0A= *** 1,5 ****=0A= ! # Target: Mitsubishi m32r processor=0A= TDEPFILES=3D m32r-tdep.o monitor.o m32r-rom.o dsrec.o=0A= TM_FILE=3D tm-m32r.h=0A= SIM_OBS =3D remote-sim.o=0A= SIM =3D ../sim/m32r/libsim.a=0A= --- 1,5 ----=0A= ! # Target: Renesas m32r processor=0A= TDEPFILES=3D m32r-tdep.o monitor.o m32r-rom.o dsrec.o=0A= TM_FILE=3D tm-m32r.h=0A= SIM_OBS =3D remote-sim.o=0A= SIM =3D ../sim/m32r/libsim.a=0A= diff -c org_src/gdb-5.3/gdb/config/m32r/tm-m32r.h gdb-5.3/gdb/config/m32r/t= m-m32r.h=0A= diff -c org_src/gdb-5.3/gdb/doc/gdb.texinfo gdb-5.3/gdb/doc/gdb.texinfo=0A= *** org_src/gdb-5.3/gdb/doc/gdb.texinfo Fri Sep 27 09:21:38 2002=0A= --- gdb-5.3/gdb/doc/gdb.texinfo Tue Apr 22 15:36:43 2003=0A= ***************=0A= *** 420,426 ****=0A= =20=20=0A= NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.=0A= =20=20=0A= ! Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.= =0A= =20=20=0A= Toshiba sponsored the support for the TX39 Mips processor.=0A= =20=20=0A= --- 420,428 ----=0A= =20=20=0A= NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.=0A= =20=20=0A= ! Mitsubishi sponsored the support for D10V, D30V processors.=0A= !=20=0A= ! Renesas sponsored the support for M32R/D processors.=0A= =20=20=0A= Toshiba sponsored the support for the TX39 Mips processor.=0A= =20=20=0A= ***************=0A= *** 11324,11330 ****=0A= * H8/300:: Hitachi H8/300=0A= * H8/500:: Hitachi H8/500=0A= * i960:: Intel i960=0A= ! * M32R/D:: Mitsubishi M32R/D=0A= * M68K:: Motorola M68K=0A= @c OBSOLETE * M88K:: Motorola M88K=0A= * MIPS Embedded:: MIPS Embedded=0A= --- 11326,11332 ----=0A= * H8/300:: Hitachi H8/300=0A= * H8/500:: Hitachi H8/500=0A= * i960:: Intel i960=0A= ! * M32R/D:: Renesas M32R/D=0A= * M68K:: Motorola M68K=0A= @c OBSOLETE * M88K:: Motorola M88K=0A= * MIPS Embedded:: MIPS Embedded=0A= ***************=0A= *** 11700,11712 ****=0A= @c @end group=0A= =20=20=0A= @node M32R/D=0A= ! @subsection Mitsubishi M32R/D=0A= =20=20=0A= @table @code=0A= =20=20=0A= @kindex target m32r=0A= @item target m32r @var{dev}=0A= ! Mitsubishi M32R/D ROM monitor.=0A= =20=20=0A= @end table=0A= =20=20=0A= --- 11702,11714 ----=0A= @c @end group=0A= =20=20=0A= @node M32R/D=0A= ! @subsection Renesas M32R/D=0A= =20=20=0A= @table @code=0A= =20=20=0A= @kindex target m32r=0A= @item target m32r @var{dev}=0A= ! Renesas M32R/D ROM monitor.=0A= =20=20=0A= @end table=0A= =20=20=0A= diff -c org_src/gdb-5.3/gdb/doc/gdb.info-1 gdb-5.3/gdb/doc/gdb.info-1=0A= *** org_src/gdb-5.3/gdb/doc/gdb.info-1 Wed Dec 11 06:33:45 2002=0A= --- gdb-5.3/gdb/doc/gdb.info-1 Tue Apr 22 15:37:46 2003=0A= ***************=0A= *** 321,328 ****=0A= NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx=0A= processors.=0A= =20=20=0A= ! Mitsubishi sponsored the support for D10V, D30V, and M32R/D=0A= ! processors.=0A= =20=20=0A= Toshiba sponsored the support for the TX39 Mips processor.=0A= =20=20=0A= --- 321,329 ----=0A= NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx=0A= processors.=0A= =20=20=0A= ! Mitsubishi sponsored the support for D10V, D30V processors.=0A= !=20=0A= ! Renesas sponsored the support for M32R/D processors.=0A= =20=20=0A= Toshiba sponsored the support for the TX39 Mips processor.=0A= =20=20=0A= diff -c org_src/gdb-5.3/gdb/doc/gdb.info-8 gdb-5.3/gdb/doc/gdb.info-8=0A= *** org_src/gdb-5.3/gdb/doc/gdb.info-8 Wed Dec 11 06:33:45 2002=0A= --- gdb-5.3/gdb/doc/gdb.info-8 Tue Apr 22 15:38:17 2003=0A= ***************=0A= *** 677,683 ****=0A= * H8/300:: Hitachi H8/300=0A= * H8/500:: Hitachi H8/500=0A= * i960:: Intel i960=0A= ! * M32R/D:: Mitsubishi M32R/D=0A= * M68K:: Motorola M68K=0A= * MIPS Embedded:: MIPS Embedded=0A= * PA:: HP PA Embedded=0A= --- 677,683 ----=0A= * H8/300:: Hitachi H8/300=0A= * H8/500:: Hitachi H8/500=0A= * i960:: Intel i960=0A= ! * M32R/D:: Renesas M32R/D=0A= * M68K:: Motorola M68K=0A= * MIPS Embedded:: MIPS Embedded=0A= * PA:: HP PA Embedded=0A= ***************=0A= *** 998,1008 ****=0A= =1F=0A= File: gdb.info, Node: M32R/D, Next: M68K, Prev: i960, Up: Embedded Pr= ocessors=0A= =20=20=0A= ! Mitsubishi M32R/D=0A= -----------------=0A= =20=20=0A= `target m32r DEV'=0A= ! Mitsubishi M32R/D ROM monitor.=0A= =20=20=0A= =1F=0A= File: gdb.info, Node: M68K, Next: MIPS Embedded, Prev: M32R/D, Up: Em= bedded Processors=0A= --- 998,1008 ----=0A= =1F=0A= File: gdb.info, Node: M32R/D, Next: M68K, Prev: i960, Up: Embedded Pr= ocessors=0A= =20=20=0A= ! Renesas M32R/D=0A= -----------------=0A= =20=20=0A= `target m32r DEV'=0A= ! Renesas M32R/D ROM monitor.=0A= =20=20=0A= =1F=0A= File: gdb.info, Node: M68K, Next: MIPS Embedded, Prev: M32R/D, Up: Em= bedded Processors=0A= --Boundary_(ID_01PIbsb3fDZmjsTMyI+n2g)--