This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to replace occurrence of Hitachi to Renesas in Binutils


Hi,

With reference to http://www.eu.renesas.com/news/press_releases/01april03_eu.html I am submitting a patch to replace the occurrence of Hitachi with Renesas. 
I have attached as well as inlined the changelog and diff files. 

Regards,
Rohit

Binutils Changelog - 

bfd/Changelog
2003-04-11  Rohit Kumar Srivastava <rohits at kpitcummins dot com>

	* doc/archures.texi : Occurrances of Hitachi is changed to Renesas
	* doc/reloc.texi : Likewise


gas/Changelog
2003-04-11  Rohit Kumar Srivastava <rohits at kpitcummins dot com>

        * doc/c-h8300.texi : Occurrances of Hitachi is changed to Renesas
	* doc/c-h8500.texi : Likewise
	* doc/c-sh.texi : Likewise
	* doc/c-sh64.texi : Likewise
	* doc/h8.texi : Likewise


ld/Changelog
2003-04-11  Rohit Kumar Srivastava <rohits at kpitcummins dot com>

        * ld/h8-doc.texi : Occurrances of Hitachi is changed to Renesas

================================================================================
diff -u ./binutils-2.13.2.1/bfd/doc/archures.texi.original ./binutils-2.13.2.1/bfd/doc/archures.texi
--- ./binutils-2.13.2.1/bfd/doc/archures.texi.original	Wed Apr  9 17:28:15 2003
+++ ./binutils-2.13.2.1/bfd/doc/archures.texi	Wed Apr  9 17:28:15 2003
@@ -124,7 +124,7 @@
   bfd_arch_convex,    /* Convex */
   bfd_arch_m88k,      /* Motorola 88xxx */
   bfd_arch_pyramid,   /* Pyramid Technology */
-  bfd_arch_h8300,     /* Hitachi H8/300 */
+  bfd_arch_h8300,     /* Renesas H8/300 */
 #define bfd_mach_h8300   1
 #define bfd_mach_h8300h  2
 #define bfd_mach_h8300s  3
@@ -165,8 +165,8 @@
   bfd_arch_z8k,       /* Zilog Z8000 */
 #define bfd_mach_z8001         1
 #define bfd_mach_z8002         2
-  bfd_arch_h8500,     /* Hitachi H8/500 */
-  bfd_arch_sh,        /* Hitachi SH */
+  bfd_arch_h8500,     /* Renesas H8/500 */
+  bfd_arch_sh,        /* Renesas SH */
 #define bfd_mach_sh            0
 #define bfd_mach_sh2        0x20
 #define bfd_mach_sh_dsp     0x2d
================================================================================

================================================================================
diff -u ./binutils-2.13.2.1/bfd/doc/reloc.texi.original ./binutils-2.13.2.1/bfd/doc/reloc.texi
--- ./binutils-2.13.2.1/bfd/doc/reloc.texi.original	Wed Apr  9 17:28:15 2003
+++ ./binutils-2.13.2.1/bfd/doc/reloc.texi	Wed Apr  9 17:28:15 2003
@@ -1034,7 +1034,7 @@
 @deffnx {} BFD_RELOC_SH_IMM_HI16
 @deffnx {} BFD_RELOC_SH_IMM_HI16_PCREL
 @deffnx {} BFD_RELOC_SH_PT_16
-Hitachi SH relocs.  Not all of these appear in object files.
+Renesas SH relocs.  Not all of these appear in object files.
 @end deffn
 @deffn {} BFD_RELOC_THUMB_PCREL_BRANCH9
 @deffnx {} BFD_RELOC_THUMB_PCREL_BRANCH12
================================================================================

================================================================================
diff -u ./binutils-2.13.2.1/gas/doc/c-h8300.texi.original ./binutils-2.13.2.1/gas/doc/c-h8300.texi
--- ./binutils-2.13.2.1/gas/doc/c-h8300.texi.original	Wed Apr  9 17:28:15 2003
+++ ./binutils-2.13.2.1/gas/doc/c-h8300.texi	Wed Apr  9 18:02:00 2003
@@ -21,8 +21,8 @@
 
 @cindex H8/300 options (none)
 @cindex options, H8/300 (none)
- at code{@value{AS}} has no additional command-line options for the Hitachi
-H8/300 family.
+ at code{@value{AS}} has no additional command-line options for the Renesas
+(formerly Hitachi) H8/300 family.
 
 @node H8/300 Syntax
 @section Syntax
================================================================================

================================================================================
diff -u ./binutils-2.13.2.1/gas/doc/c-h8500.texi.original ./binutils-2.13.2.1/gas/doc/c-h8500.texi
--- ./binutils-2.13.2.1/gas/doc/c-h8500.texi.original	Wed Apr  9 17:28:15 2003
+++ ./binutils-2.13.2.1/gas/doc/c-h8500.texi	Wed Apr  9 18:03:54 2003
@@ -19,8 +19,8 @@
 
 @cindex H8/500 options (none)
 @cindex options, H8/500 (none)
- at code{@value{AS}} has no additional command-line options for the Hitachi
-H8/500 family.
+ at code{@value{AS}} has no additional command-line options for the Renesas
+(formerly Hitachi) H8/500 family.
 
 @node H8/500 Syntax
 @section Syntax
@@ -153,7 +153,7 @@
 @cindex mnemonics, H8/500
 @cindex instruction summary, H8/500
 For detailed information on the H8/500 machine instruction set, see
- at cite{H8/500 Series Programming Manual} (Hitachi M21T001).
+ at cite{H8/500 Series Programming Manual} (Renesas M21T001).
 
 @code{ at value{AS}} implements all the standard H8/500 opcodes.  No additional
 pseudo-instructions are needed on this family.
================================================================================

================================================================================
diff -u ./binutils-2.13.2.1/gas/doc/c-sh.texi.original ./binutils-2.13.2.1/gas/doc/c-sh.texi
--- ./binutils-2.13.2.1/gas/doc/c-sh.texi.original	Wed Apr  9 17:28:15 2003
+++ ./binutils-2.13.2.1/gas/doc/c-sh.texi	Wed Apr  9 18:04:58 2003
@@ -4,7 +4,7 @@
 @c For copying conditions, see the file as.texinfo.
 @page
 @node SH-Dependent
- at chapter Hitachi SH Dependent Features
+ at chapter Renesas SH Dependent Features
 
 @cindex SH support
 @menu
@@ -20,8 +20,8 @@
 
 @cindex SH options
 @cindex options, SH
- at code{@value{AS}} has following command-line options for the Hitachi
-SH family.
+ at code{@value{AS}} has following command-line options for the Renesas
+(formerly Hitachi) SH family.
 
 @table @code
 @kindex -little
@@ -183,7 +183,7 @@
 @cindex mnemonics, SH
 @cindex instruction summary, SH
 For detailed information on the SH machine instruction set, see
- at cite{SH-Microcomputer User's Manual} (Hitachi Micro Systems, Inc.).
+ at cite{SH-Microcomputer User's Manual} (Renesas Technology Corp.).
 
 @code{ at value{AS}} implements all the standard SH opcodes.  No additional
 pseudo-instructions are needed on this family.  Note, however, that
@@ -289,7 +289,7 @@
 @end smallexample
 @end ifset
 
- at ifset Hitachi-all
+ at ifset Renesas-all
 @ifclear GENERIC
 @raisesections
 @end ifclear
================================================================================

================================================================================
diff -u ./binutils-2.13.2.1/gas/doc/c-sh64.texi.original ./binutils-2.13.2.1/gas/doc/c-sh64.texi
--- ./binutils-2.13.2.1/gas/doc/c-sh64.texi.original	Wed Apr  9 17:28:15 2003
+++ ./binutils-2.13.2.1/gas/doc/c-sh64.texi	Wed Apr  9 17:28:15 2003
@@ -3,7 +3,7 @@
 @c For copying conditions, see the file as.texinfo.
 @page
 @node SH64-Dependent
- at chapter Hitachi SH64 Dependent Features
+ at chapter Renesas SH64 Dependent Features
 
 @cindex SH64 support
 @menu
================================================================================

================================================================================
diff -u ./binutils-2.13.2.1/gas/doc/h8.texi.original ./binutils-2.13.2.1/gas/doc/h8.texi
--- ./binutils-2.13.2.1/gas/doc/h8.texi.original	Wed Apr  9 17:28:15 2003
+++ ./binutils-2.13.2.1/gas/doc/h8.texi	Wed Apr  9 18:05:11 2003
@@ -6,7 +6,7 @@
 @clear BOUT
 @set COFF
 @clear ELF
- at set Hitachi-all
+ at set Renesas-all
 @set H8/300
 @set H8/500
 @set SH
@@ -19,7 +19,7 @@
 @set GCC gcc
 @set LD ld
 @set TARGET H8/300 and H8/500
- at set TARGET H8/300, H8/500, and Hitachi SH
+ at set TARGET H8/300, H8/500, and Renesas SH
 @set OBJ-NAME COFF
 @c
 @clear have-stabs
================================================================================

================================================================================
diff -u ./binutils-2.13.2.1/ld/h8-doc.texi.original ./binutils-2.13.2.1/ld/h8-doc.texi
--- ./binutils-2.13.2.1/ld/h8-doc.texi.original	Wed Apr  9 17:28:15 2003
+++ ./binutils-2.13.2.1/ld/h8-doc.texi	Wed Apr  9 17:28:15 2003
@@ -4,7 +4,7 @@
 
 @c 2. Specific target machines
 @set H8300
- at set Hitachi
+ at set Renesas
 @clear I960
 
 @c 3. Properties of this configuration
================================================================================

Attachment: bfd.Changelog
Description: bfd.Changelog

Attachment: gas.Changelog
Description: gas.Changelog

Attachment: ld.Changelog
Description: ld.Changelog

Attachment: binutils.patch
Description: binutils.patch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]