From 85a453d5416fd260a4516796d7e230f7b20577de Mon Sep 17 00:00:00 2001 From: Kazuhiro Inaoka Date: Fri, 10 Oct 2003 07:13:11 +0000 Subject: [PATCH] 2003-10-10 Kei Sakamoto * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas". * README: Ditto. * d10v-tdep.c: Ditto. * h8300-tdep.c: Ditto. * remote-e7000.c: Ditto. * remote-hms.c: Ditto. * ser-e7kpc.c: Ditto. * sh-stub.c: Ditto. * sh-tdep.c: Ditto. * sh-tdep.h: Ditto. * sh3-rom.c: Ditto. * sh64-tdep.c: Ditto. * top.c: Ditto. * wince.c: Ditto. * config/d10v/d10v.mt: Ditto. * config/sh/embed.mt: Ditto. * config/sh/linux.mt: Ditto. * config/sh/tm-linux.h: Ditto. * config/sh/tm-sh.h: Ditto. * config/sh/wince.mt: Ditto. --- gdb/ChangeLog | 23 +++++++++++++++++++++++ gdb/NEWS | 2 +- gdb/README | 4 ++-- gdb/config/d10v/d10v.mt | 2 +- gdb/config/sh/embed.mt | 2 +- gdb/config/sh/linux.mt | 2 +- gdb/config/sh/tm-linux.h | 2 +- gdb/config/sh/tm-sh.h | 2 +- gdb/config/sh/wince.mt | 2 +- gdb/d10v-tdep.c | 2 +- gdb/h8300-tdep.c | 2 +- gdb/remote-e7000.c | 10 +++++----- gdb/remote-hms.c | 4 ++-- gdb/ser-e7kpc.c | 2 +- gdb/sh-stub.c | 10 +++++----- gdb/sh-tdep.c | 4 ++-- gdb/sh-tdep.h | 2 +- gdb/sh3-rom.c | 10 +++++----- gdb/sh64-tdep.c | 4 ++-- gdb/top.c | 2 +- gdb/wince.c | 4 ++-- 21 files changed, 60 insertions(+), 37 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 912545d3dbf..0d7dbfe7f28 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,26 @@ +2003-10-10 Kei Sakamoto + + * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas". + * README: Ditto. + * d10v-tdep.c: Ditto. + * h8300-tdep.c: Ditto. + * remote-e7000.c: Ditto. + * remote-hms.c: Ditto. + * ser-e7kpc.c: Ditto. + * sh-stub.c: Ditto. + * sh-tdep.c: Ditto. + * sh-tdep.h: Ditto. + * sh3-rom.c: Ditto. + * sh64-tdep.c: Ditto. + * top.c: Ditto. + * wince.c: Ditto. + * config/d10v/d10v.mt: Ditto. + * config/sh/embed.mt: Ditto. + * config/sh/linux.mt: Ditto. + * config/sh/tm-linux.h: Ditto. + * config/sh/tm-sh.h: Ditto. + * config/sh/wince.mt: Ditto. + 2003-10-09 Andrew Cagney * ppc-tdep.h (struct type): Declare opaque. diff --git a/gdb/NEWS b/gdb/NEWS index 83d6dfd7676..d47863baf75 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -141,7 +141,7 @@ FreeBSD/amd64 x86_64-*-freebsd* * Multi-arched targets. HP/PA HPUX11 hppa*-*-hpux* -Mitsubishi M32R/D w/simulator m32r-*-elf* +Renesas M32R/D w/simulator m32r-*-elf* * OBSOLETE configurations and files diff --git a/gdb/README b/gdb/README index bae1a2e37b9..d2fb8ab52ba 100644 --- a/gdb/README +++ b/gdb/README @@ -462,9 +462,9 @@ Linux. There are a number of remote interfaces for talking to existing ROM monitors and other hardware: - remote-e7000.c Hitachi E7000 ICE + remote-e7000.c Renesas E7000 ICE remote-est.c EST emulator - remote-hms.c Hitachi Micro Systems H8/300 monitor + remote-hms.c Renesas Micro Systems H8/300 monitor remote-mips.c MIPS remote debugging protocol remote-rdi.c ARM with Angel monitor remote-rdp.c ARM with Demon monitor diff --git a/gdb/config/d10v/d10v.mt b/gdb/config/d10v/d10v.mt index 72680e22dfb..805ce7658a6 100644 --- a/gdb/config/d10v/d10v.mt +++ b/gdb/config/d10v/d10v.mt @@ -1,4 +1,4 @@ -# Target: Mitsubishi D10V processor +# Target: Renesas D10V processor TDEPFILES= d10v-tdep.o SIM_OBS= remote-sim.o SIM= ../sim/d10v/libsim.a diff --git a/gdb/config/sh/embed.mt b/gdb/config/sh/embed.mt index 4c821347188..807aa110e99 100644 --- a/gdb/config/sh/embed.mt +++ b/gdb/config/sh/embed.mt @@ -1,4 +1,4 @@ -# Target: Embedded Hitachi Super-H with ICE and simulator +# Target: Embedded Renesas Super-H with ICE and simulator TDEPFILES= sh-tdep.o sh64-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o TM_FILE= tm-sh.h diff --git a/gdb/config/sh/linux.mt b/gdb/config/sh/linux.mt index 92ab4c4daf1..83ada467161 100644 --- a/gdb/config/sh/linux.mt +++ b/gdb/config/sh/linux.mt @@ -1,4 +1,4 @@ -# Target: Hitachi Super-H running GNU/Linux +# Target: Renesas Super-H running GNU/Linux TDEPFILES= sh-tdep.o sh64-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o solib.o solib-svr4.o solib-legacy.o TM_FILE= tm-linux.h diff --git a/gdb/config/sh/tm-linux.h b/gdb/config/sh/tm-linux.h index e8272d02e37..0117d813da8 100644 --- a/gdb/config/sh/tm-linux.h +++ b/gdb/config/sh/tm-linux.h @@ -1,4 +1,4 @@ -/* Target-specific definitions for GNU/Linux running on a Hitachi +/* Target-specific definitions for GNU/Linux running on a Renesas Super-H. Copyright 2000, 2002 Free Software Foundation, Inc. diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index 966c8cd95c6..228e0bcc5f3 100644 --- a/gdb/config/sh/tm-sh.h +++ b/gdb/config/sh/tm-sh.h @@ -1,4 +1,4 @@ -/* Target-specific definition for a Hitachi Super-H. +/* Target-specific definition for a Renesas Super-H. Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. diff --git a/gdb/config/sh/wince.mt b/gdb/config/sh/wince.mt index 342c2d6b4d2..89a5a89ce69 100644 --- a/gdb/config/sh/wince.mt +++ b/gdb/config/sh/wince.mt @@ -1,4 +1,4 @@ -# Target: Hitachi Super-H running on Windows CE +# Target: Renesas Super-H running on Windows CE TDEPFILES= sh-tdep.o sh64-tdep.o wince.o TM_FILE= tm-wince.h MT_CFLAGS=-DSHx -U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE -D_WIN32_WCE -DWINCE_STUB='"${target_alias}-stub.exe"' diff --git a/gdb/d10v-tdep.c b/gdb/d10v-tdep.c index 4dbb1f1fbd1..3090cc8bca4 100644 --- a/gdb/d10v-tdep.c +++ b/gdb/d10v-tdep.c @@ -1,4 +1,4 @@ -/* Target-dependent code for Mitsubishi D10V, for GDB. +/* Target-dependent code for Renesas D10V, for GDB. Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. diff --git a/gdb/h8300-tdep.c b/gdb/h8300-tdep.c index 69155cefdf0..4e22b831ee7 100644 --- a/gdb/h8300-tdep.c +++ b/gdb/h8300-tdep.c @@ -1,4 +1,4 @@ -/* Target-machine dependent code for Hitachi H8/300, for GDB. +/* Target-machine dependent code for Renesas H8/300, for GDB. Copyright 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. diff --git a/gdb/remote-e7000.c b/gdb/remote-e7000.c index d95590d0f74..10d7362ee9a 100644 --- a/gdb/remote-e7000.c +++ b/gdb/remote-e7000.c @@ -1,4 +1,4 @@ -/* Remote debugging interface for Hitachi E7000 ICE, for GDB +/* Remote debugging interface for Renesas E7000 ICE, for GDB Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. @@ -24,8 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* The E7000 is an in-circuit emulator for the Hitachi H8/300-H and - Hitachi-SH processor. It has serial port and a lan port. +/* The E7000 is an in-circuit emulator for the Renesas H8/300-H and + Renesas-SH processor. It has serial port and a lan port. The monitor command set makes it difficult to load large ammounts of data over the lan without using ftp - so try not to issue load @@ -2131,8 +2131,8 @@ static void init_e7000_ops (void) { e7000_ops.to_shortname = "e7000"; - e7000_ops.to_longname = "Remote Hitachi e7000 target"; - e7000_ops.to_doc = "Use a remote Hitachi e7000 ICE connected by a serial line;\n\ + e7000_ops.to_longname = "Remote Renesas e7000 target"; + e7000_ops.to_doc = "Use a remote Renesas e7000 ICE connected by a serial line;\n\ or a network connection.\n\ Arguments are the name of the device for the serial line,\n\ the speed to connect at in bits per second.\n\ diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c index cd7f4d39c49..ee40051fb3c 100644 --- a/gdb/remote-hms.c +++ b/gdb/remote-hms.c @@ -1,4 +1,4 @@ -/* Remote debugging interface for Hitachi HMS Monitor Version 1.0 +/* Remote debugging interface for Renesas HMS Monitor Version 1.0 Copyright 1995, 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Contributed by Cygnus Support. Written by Steve Chamberlain @@ -149,7 +149,7 @@ _initialize_remote_hms (void) init_monitor_ops (&hms_ops); hms_ops.to_shortname = "hms"; - hms_ops.to_longname = "Hitachi Microsystems H8/300 debug monitor"; + hms_ops.to_longname = "Renesas Microsystems H8/300 debug monitor"; hms_ops.to_doc = "Debug via the HMS monitor.\n\ Specify the serial device it is connected to (e.g. /dev/ttya)."; hms_ops.to_open = hms_open; diff --git a/gdb/ser-e7kpc.c b/gdb/ser-e7kpc.c index 8496ae411a2..1efe1420575 100644 --- a/gdb/ser-e7kpc.c +++ b/gdb/ser-e7kpc.c @@ -1,4 +1,4 @@ -/* Remote serial interface using Hitachi E7000 PC ISA card in a PC +/* Remote serial interface using Renesas E7000 PC ISA card in a PC Copyright 1994, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. diff --git a/gdb/sh-stub.c b/gdb/sh-stub.c index 73357b4a94e..bdd9e501b86 100644 --- a/gdb/sh-stub.c +++ b/gdb/sh-stub.c @@ -1,4 +1,4 @@ -/* sh-stub.c -- debugging stub for the Hitachi-SH. +/* sh-stub.c -- debugging stub for the Renesas-SH. NOTE!! This code has to be compiled with optimization, otherwise the function inlining which generates the exception handlers won't work. @@ -147,7 +147,7 @@ #include #include -/* Hitachi SH architecture instruction encoding masks */ +/* Renesas SH architecture instruction encoding masks */ #define COND_BR_MASK 0xff00 #define UCOND_DBR_MASK 0xe000 @@ -158,7 +158,7 @@ #define UCOND_DISP 0x0fff #define UCOND_REG 0x0f00 -/* Hitachi SH instruction opcodes */ +/* Renesas SH instruction opcodes */ #define BF_INSTR 0x8b00 #define BT_INSTR 0x8900 @@ -171,7 +171,7 @@ #define TRAPA_INSTR 0xc300 #define SSTEP_INSTR 0xc3ff -/* Hitachi SH processor register masks */ +/* Renesas SH processor register masks */ #define T_BIT_MASK 0x0001 @@ -824,7 +824,7 @@ breakpoint (void) /* Note: - The Hitachi SH family uses two exception architectures: + The Renesas SH family uses two exception architectures: SH1 & SH2: diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c index c42e4113b42..a220493f38f 100644 --- a/gdb/sh-tdep.c +++ b/gdb/sh-tdep.c @@ -1,4 +1,4 @@ -/* Target-dependent code for Hitachi Super-H, for GDB. +/* Target-dependent code for Renesas Super-H, for GDB. Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. @@ -614,7 +614,7 @@ sh_frame_align (struct gdbarch *ignore, CORE_ADDR sp) /* Function: push_dummy_call (formerly push_arguments) Setup the function arguments for calling a function in the inferior. - On the Hitachi SH architecture, there are four registers (R4 to R7) + On the Renesas SH architecture, there are four registers (R4 to R7) 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 --git a/gdb/sh-tdep.h b/gdb/sh-tdep.h index e609b52848a..9c84c67db7d 100644 --- a/gdb/sh-tdep.h +++ b/gdb/sh-tdep.h @@ -1,4 +1,4 @@ -/* Target-specific definition for a Hitachi Super-H. +/* Target-specific definition for a Renesas Super-H. Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. diff --git a/gdb/sh3-rom.c b/gdb/sh3-rom.c index a2e21c198c8..cec9fbae85b 100644 --- a/gdb/sh3-rom.c +++ b/gdb/sh3-rom.c @@ -1,4 +1,4 @@ -/* Remote target glue for the Hitachi SH-3 ROM monitor. +/* Remote target glue for the Renesas SH-3 ROM monitor. Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. @@ -365,11 +365,11 @@ _initialize_sh3_rom (void) init_monitor_ops (&sh3_ops); sh3_ops.to_shortname = "sh3"; - sh3_ops.to_longname = "Hitachi SH-3 rom monitor"; + sh3_ops.to_longname = "Renesas SH-3 rom monitor"; sh3_ops.to_doc = /* We can download through the parallel port too. */ - "Debug on a Hitachi eval board running the SH-3E rom monitor.\n" + "Debug on a Renesas eval board running the SH-3E rom monitor.\n" "Specify the serial device it is connected to.\n" "If you want to use the parallel port to download to it, specify that\n" "as an additional second argument."; @@ -384,11 +384,11 @@ _initialize_sh3_rom (void) init_monitor_ops (&sh3e_ops); sh3e_ops.to_shortname = "sh3e"; - sh3e_ops.to_longname = "Hitachi SH-3E rom monitor"; + sh3e_ops.to_longname = "Renesas SH-3E rom monitor"; sh3e_ops.to_doc = /* We can download through the parallel port too. */ - "Debug on a Hitachi eval board running the SH-3E rom monitor.\n" + "Debug on a Renesas eval board running the SH-3E rom monitor.\n" "Specify the serial device it is connected to.\n" "If you want to use the parallel port to download to it, specify that\n" "as an additional second argument."; diff --git a/gdb/sh64-tdep.c b/gdb/sh64-tdep.c index 5188cfd8e1d..ca87b8e86f1 100644 --- a/gdb/sh64-tdep.c +++ b/gdb/sh64-tdep.c @@ -1,4 +1,4 @@ -/* Target-dependent code for Hitachi Super-H, for GDB. +/* Target-dependent code for Renesas Super-H, for GDB. Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. @@ -1414,7 +1414,7 @@ sh_frame_align (struct gdbarch *ignore, CORE_ADDR sp) /* Function: push_arguments Setup the function arguments for calling a function in the inferior. - On the Hitachi SH architecture, there are four registers (R4 to R7) + On the Renesas SH architecture, there are four registers (R4 to R7) 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 --git a/gdb/top.c b/gdb/top.c index 0e22c1fa3e8..1e3399d1810 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -147,7 +147,7 @@ int baud_rate = -1; In mid-1996, remote_timeout was moved from remote.c to top.c and it began being used in other remote-* targets. It appears that the default was changed to 20 seconds at that time, perhaps because the - Hitachi E7000 ICE didn't always respond in a timely manner. + Renesas E7000 ICE didn't always respond in a timely manner. But if 5 seconds is a long time to sit and wait for retransmissions, 20 seconds is far worse. This demonstrates the difficulty of using diff --git a/gdb/wince.c b/gdb/wince.c index fc07e4fa93b..0e1746dc89d 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -833,7 +833,7 @@ wince_software_single_step (enum target_signal ignore, return; } #elif SHx -/* Hitachi SH architecture instruction encoding masks */ +/* Renesas SH architecture instruction encoding masks */ #define COND_BR_MASK 0xff00 #define UCOND_DBR_MASK 0xe000 @@ -844,7 +844,7 @@ wince_software_single_step (enum target_signal ignore, #define UCOND_DISP 0x0fff #define UCOND_REG 0x0f00 -/* Hitachi SH instruction opcodes */ +/* Renesas SH instruction opcodes */ #define BF_INSTR 0x8b00 #define BT_INSTR 0x8900 -- 2.30.2