diff -c org_src/gdb-5.3/gdb/NEWS gdb-5.3/gdb/NEWS *** org_src/gdb-5.3/gdb/NEWS Wed Dec 4 04:29:50 2002 --- gdb-5.3/gdb/NEWS Tue Apr 22 15:31:58 2003 *************** *** 751,757 **** MIPS NEC VR5000 mips64*vr5000*{,el}-*-elf* MIPS Toshiba TX39 mips64*tx39*{,el}-*-elf* Mitsubishi D10V w/simulator d10v-*-* ! Mitsubishi M32R/D w/simulator m32r-*-elf* Tsqware Sparclet sparclet-*-* NEC V850 w/simulator v850-*-* --- 751,757 ---- MIPS NEC VR5000 mips64*vr5000*{,el}-*-elf* MIPS Toshiba TX39 mips64*tx39*{,el}-*-elf* Mitsubishi D10V w/simulator d10v-*-* ! Renesas M32R/D w/simulator m32r-*-elf* Tsqware Sparclet sparclet-*-* NEC V850 w/simulator v850-*-* diff -c org_src/gdb-5.3/gdb/m32r-rom.c gdb-5.3/gdb/m32r-rom.c *** org_src/gdb-5.3/gdb/m32r-rom.c Mon Jun 11 01:25:51 2001 --- gdb-5.3/gdb/m32r-rom.c Tue Apr 22 15:33:15 2003 *************** *** 22,28 **** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ! /* This module defines communication with the Mitsubishi m32r monitor */ #include "defs.h" #include "gdbcore.h" --- 22,28 ---- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ! /* This module defines communication with the Renesas m32r monitor */ #include "defs.h" #include "gdbcore.h" diff -c org_src/gdb-5.3/gdb/m32r-tdep.c gdb-5.3/gdb/m32r-tdep.c *** org_src/gdb-5.3/gdb/m32r-tdep.c Tue Jul 30 01:34:06 2002 --- gdb-5.3/gdb/m32r-tdep.c Tue Apr 22 15:33:44 2003 *************** *** 1,4 **** ! /* Target-dependent code for the Mitsubishi m32r for GDB, the GNU debugger. Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GDB. --- 1,4 ---- ! /* Target-dependent code for the Renesas m32r for GDB, the GNU debugger. Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GDB. *************** *** 562,568 **** /* Function: push_arguments Setup the function arguments for calling a function in the inferior. ! On the Mitsubishi M32R architecture, there are four registers (R0 to R3) which are dedicated for passing function arguments. Up to the first four arguments (depending on size) may go into these registers. The rest go on the stack. --- 562,568 ---- /* Function: push_arguments Setup the function arguments for calling a function in the inferior. ! On the Renesas M32R architecture, there are four registers (R0 to R3) which are dedicated for passing function arguments. Up to the first four arguments (depending on size) may go into these registers. The rest go on the stack. diff -c org_src/gdb-5.3/gdb/config/m32r/m32r.mt gdb-5.3/gdb/config/m32r/m32r.mt *** org_src/gdb-5.3/gdb/config/m32r/m32r.mt Sun May 5 00:52:39 2002 --- gdb-5.3/gdb/config/m32r/m32r.mt Tue Apr 22 15:34:47 2003 *************** *** 1,5 **** ! # Target: Mitsubishi m32r processor TDEPFILES= m32r-tdep.o monitor.o m32r-rom.o dsrec.o TM_FILE= tm-m32r.h SIM_OBS = remote-sim.o SIM = ../sim/m32r/libsim.a --- 1,5 ---- ! # Target: Renesas m32r processor TDEPFILES= m32r-tdep.o monitor.o m32r-rom.o dsrec.o TM_FILE= tm-m32r.h SIM_OBS = remote-sim.o SIM = ../sim/m32r/libsim.a diff -c org_src/gdb-5.3/gdb/config/m32r/tm-m32r.h gdb-5.3/gdb/config/m32r/tm-m32r.h diff -c org_src/gdb-5.3/gdb/doc/gdb.texinfo gdb-5.3/gdb/doc/gdb.texinfo *** org_src/gdb-5.3/gdb/doc/gdb.texinfo Fri Sep 27 09:21:38 2002 --- gdb-5.3/gdb/doc/gdb.texinfo Tue Apr 22 15:36:43 2003 *************** *** 420,426 **** NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors. ! Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors. Toshiba sponsored the support for the TX39 Mips processor. --- 420,428 ---- NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors. ! Mitsubishi sponsored the support for D10V, D30V processors. ! ! Renesas sponsored the support for M32R/D processors. Toshiba sponsored the support for the TX39 Mips processor. *************** *** 11324,11330 **** * H8/300:: Hitachi H8/300 * H8/500:: Hitachi H8/500 * i960:: Intel i960 ! * M32R/D:: Mitsubishi M32R/D * M68K:: Motorola M68K @c OBSOLETE * M88K:: Motorola M88K * MIPS Embedded:: MIPS Embedded --- 11326,11332 ---- * H8/300:: Hitachi H8/300 * H8/500:: Hitachi H8/500 * i960:: Intel i960 ! * M32R/D:: Renesas M32R/D * M68K:: Motorola M68K @c OBSOLETE * M88K:: Motorola M88K * MIPS Embedded:: MIPS Embedded *************** *** 11700,11712 **** @c @end group @node M32R/D ! @subsection Mitsubishi M32R/D @table @code @kindex target m32r @item target m32r @var{dev} ! Mitsubishi M32R/D ROM monitor. @end table --- 11702,11714 ---- @c @end group @node M32R/D ! @subsection Renesas M32R/D @table @code @kindex target m32r @item target m32r @var{dev} ! Renesas M32R/D ROM monitor. @end table diff -c org_src/gdb-5.3/gdb/doc/gdb.info-1 gdb-5.3/gdb/doc/gdb.info-1 *** org_src/gdb-5.3/gdb/doc/gdb.info-1 Wed Dec 11 06:33:45 2002 --- gdb-5.3/gdb/doc/gdb.info-1 Tue Apr 22 15:37:46 2003 *************** *** 321,328 **** NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors. ! Mitsubishi sponsored the support for D10V, D30V, and M32R/D ! processors. Toshiba sponsored the support for the TX39 Mips processor. --- 321,329 ---- NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors. ! Mitsubishi sponsored the support for D10V, D30V processors. ! ! Renesas sponsored the support for M32R/D processors. Toshiba sponsored the support for the TX39 Mips processor. diff -c org_src/gdb-5.3/gdb/doc/gdb.info-8 gdb-5.3/gdb/doc/gdb.info-8 *** org_src/gdb-5.3/gdb/doc/gdb.info-8 Wed Dec 11 06:33:45 2002 --- gdb-5.3/gdb/doc/gdb.info-8 Tue Apr 22 15:38:17 2003 *************** *** 677,683 **** * H8/300:: Hitachi H8/300 * H8/500:: Hitachi H8/500 * i960:: Intel i960 ! * M32R/D:: Mitsubishi M32R/D * M68K:: Motorola M68K * MIPS Embedded:: MIPS Embedded * PA:: HP PA Embedded --- 677,683 ---- * H8/300:: Hitachi H8/300 * H8/500:: Hitachi H8/500 * i960:: Intel i960 ! * M32R/D:: Renesas M32R/D * M68K:: Motorola M68K * MIPS Embedded:: MIPS Embedded * PA:: HP PA Embedded *************** *** 998,1008 ****  File: gdb.info, Node: M32R/D, Next: M68K, Prev: i960, Up: Embedded Processors ! Mitsubishi M32R/D ----------------- `target m32r DEV' ! Mitsubishi M32R/D ROM monitor.  File: gdb.info, Node: M68K, Next: MIPS Embedded, Prev: M32R/D, Up: Embedded Processors --- 998,1008 ----  File: gdb.info, Node: M32R/D, Next: M68K, Prev: i960, Up: Embedded Processors ! Renesas M32R/D ----------------- `target m32r DEV' ! Renesas M32R/D ROM monitor.  File: gdb.info, Node: M68K, Next: MIPS Embedded, Prev: M32R/D, Up: Embedded Processors