Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch/doc] Replace "Renesas" in a historic context with "Hitachi" and "Renesas"
@ 2003-10-21  1:27 Kei Sakamoto
  2003-10-21  5:19 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Kei Sakamoto @ 2003-10-21  1:27 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

Hello,

The attached patch replaces "Renesas" in the section,
"Contributors to GDB", with "Hitachi" and "Mitsubishi".
Because it describes the history about gdb and at that
time there was not Renesas yet.

OK to commit?

Kei Sakamoto
Renesas Technology Corp.

===

2003-10-21  Kei Sakamoto  <sakamoto.kei@renesas.com>

    * gdb.texinfo (Contributors to GDB): Replace "Renesas"
    with "Hitachi" and "Mitsubishi".

[-- Attachment #2: diffs --]
[-- Type: application/octet-stream, Size: 853 bytes --]

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.182
diff -u -r1.182 gdb.texinfo
--- gdb.texinfo	16 Oct 2003 02:33:46 -0000	1.182
+++ gdb.texinfo	21 Oct 2003 01:11:36 -0000
@@ -418,12 +418,12 @@
 He also enhanced the command-completion support to cover C@t{++} overloaded
 symbols.
 
-Renesas America, Ltd. sponsored the support for H8/300, H8/500, and
+Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
 Super-H processors.
 
 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
 
-Renesas sponsored the support for D10V, D30V, and M32R/D processors.
+Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
 
 Toshiba sponsored the support for the TX39 Mips processor.
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch/doc] Replace "Renesas" in a historic context with "Hitachi" and "Renesas"
  2003-10-21  1:27 [patch/doc] Replace "Renesas" in a historic context with "Hitachi" and "Renesas" Kei Sakamoto
@ 2003-10-21  5:19 ` Eli Zaretskii
  2003-10-23  0:15   ` Kei Sakamoto
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2003-10-21  5:19 UTC (permalink / raw)
  To: Kei Sakamoto; +Cc: gdb-patches

> From: "Kei Sakamoto" <sakamoto.kei@renesas.com>
> Date: Tue, 21 Oct 2003 10:28:24 +0900
>  
> -Renesas America, Ltd. sponsored the support for H8/300, H8/500, and
> +Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
>  Super-H processors.

Perhaps we should say

  Hitachi America (now Renesas America), Ltd. sponsored the support
  for H8/300, H8/500, ...

Other than that, I have no objections.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch/doc] Replace "Renesas" in a historic context with "Hitachi" and "Renesas"
  2003-10-21  5:19 ` Eli Zaretskii
@ 2003-10-23  0:15   ` Kei Sakamoto
  0 siblings, 0 replies; 3+ messages in thread
From: Kei Sakamoto @ 2003-10-23  0:15 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 983 bytes --]

Hello,

I've committed the attached patch with changes Eli Zaretskii
suggested. Thanks.

Kei Sakamoto
Renesas Technology Corp.

===

2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>

    * gdb.texinfo (Contributors to GDB): Replace "Renesas"
    with "Hitachi" and "Mitsubishi".

From: "Eli Zaretskii" <eliz@elta.co.il>
To: "Kei Sakamoto" <sakamoto.kei@renesas.com>
Cc: <gdb-patches@sources.redhat.com>
Sent: Tuesday, October 21, 2003 2:14 PM
Subject: Re: [patch/doc] Replace "Renesas" in a historic context with "Hitachi"
and "Renesas"


> > From: "Kei Sakamoto" <sakamoto.kei@renesas.com>
> > Date: Tue, 21 Oct 2003 10:28:24 +0900
> >
> > -Renesas America, Ltd. sponsored the support for H8/300, H8/500, and
> > +Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
> >  Super-H processors.
>
> Perhaps we should say
>
>   Hitachi America (now Renesas America), Ltd. sponsored the support
>   for H8/300, H8/500, ...
>
> Other than that, I have no objections.
>

[-- Attachment #2: diffs --]
[-- Type: application/octet-stream, Size: 913 bytes --]

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.182
diff -u -r1.182 gdb.texinfo
--- gdb.texinfo	16 Oct 2003 02:33:46 -0000	1.182
+++ gdb.texinfo	23 Oct 2003 00:10:42 -0000
@@ -418,12 +418,13 @@
 He also enhanced the command-completion support to cover C@t{++} overloaded
 symbols.
 
-Renesas America, Ltd. sponsored the support for H8/300, H8/500, and
-Super-H processors.
+Hitachi America (now Renesas America), Ltd. sponsored the support for
+H8/300, H8/500, and Super-H processors.
 
 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
 
-Renesas sponsored the support for D10V, D30V, and M32R/D processors.
+Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
+processors.
 
 Toshiba sponsored the support for the TX39 Mips processor.
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-10-23  0:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-21  1:27 [patch/doc] Replace "Renesas" in a historic context with "Hitachi" and "Renesas" Kei Sakamoto
2003-10-21  5:19 ` Eli Zaretskii
2003-10-23  0:15   ` Kei Sakamoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox