X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fsh3-rom.c;h=cec9fbae85bf0d797bb328cb33b16026567f8eb5;hb=c3122434a9e51eba9cf18f4d12f7ce52e1a053c0;hp=a2e21c198c8381603a208bdd8d92627817158fce;hpb=f2ea0907de3f3f7f59a0efdea58305184917e6cf;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/sh3-rom.c b/gdb/sh3-rom.c index a2e21c198c..cec9fbae85 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.";