diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-15 08:51:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-15 08:51:55 +0000 |
commit | c2dcd04ec8f55fb69fabb24fae58555b5ab0a684 (patch) | |
tree | 56d667c057704a3e7ce932f3002a76bf85752052 /ld | |
parent | 7ec2fc6f764fef9000cc768516df04035c85ebac (diff) | |
download | fsf-binutils-gdb-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.zip fsf-binutils-gdb-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.tar.gz fsf-binutils-gdb-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.tar.bz2 |
Replace occurrances of 'Hitachi' with 'Renesas'.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/h8-doc.texi | 2 | ||||
-rw-r--r-- | ld/ld.texinfo | 18 | ||||
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/sh64/crange3-cmpct.rd | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/sh64/crange3-media.rd | 2 |
6 files changed, 23 insertions, 12 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5c280dc..6ca3b18 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com> + + * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'. + * ld.texinfo: Likewise. + 2003-04-14 Alan Modra <amodra@bigpond.net.au> From Prashanth Tamraparni <prashanth_t@in.ibm.com> diff --git a/ld/h8-doc.texi b/ld/h8-doc.texi index f3c62a1..bbb1fd9 100644 --- a/ld/h8-doc.texi +++ b/ld/h8-doc.texi @@ -4,7 +4,7 @@ @c 2. Specific target machines @set H8300 -@set Hitachi +@set Renesas @clear I960 @c 3. Properties of this configuration diff --git a/ld/ld.texinfo b/ld/ld.texinfo index e3ac3cd..cfebf09 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -140,8 +140,8 @@ section entitled ``GNU Free Documentation License''. @ifset H8300 * H8/300:: ld and the H8/300 @end ifset -@ifset Hitachi -* Hitachi:: ld and other Hitachi micros +@ifset Renesas +* Renesas:: ld and other Renesas micros @end ifset @ifset I960 * i960:: ld and the Intel 960 family @@ -4525,15 +4525,15 @@ top page of memory). @end ifset @ifclear GENERIC -@ifset Hitachi +@ifset Renesas @c This stuff is pointless to say unless you're especially concerned -@c with Hitachi chips; don't enable it for generic case, please. -@node Hitachi -@chapter @command{ld} and Other Hitachi Chips +@c with Renesas chips; don't enable it for generic case, please. +@node Renesas +@chapter @command{ld} and Other Renesas Chips -@command{ld} also supports the H8/300H, the H8/500, and the Hitachi SH. No -special features, commands, or command-line options are required for -these chips. +@command{ld} also supports the Renesas (formerly Hitachi) H8/300H, +H8/500, and SH chips. No special features, commands, or command-line +options are required for these chips. @end ifset @end ifclear diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a4ed410..c4105f1 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com> + + * ld-sh/sh64/crange3-cmpct.rd: Replace occurrances of 'Hitachi' + with 'Renesas'. + * ld-sh/sh64/crange3-media.rd: Likewise. + 2002-04-13 Daniel Jacobowitz <drow@mvista.com> * ld-discard/extern.s, ld-discard/start.s, ld-discard/static.s, diff --git a/ld/testsuite/ld-sh/sh64/crange3-cmpct.rd b/ld/testsuite/ld-sh/sh64/crange3-cmpct.rd index 1bc5587..0ca599b 100644 --- a/ld/testsuite/ld-sh/sh64/crange3-cmpct.rd +++ b/ld/testsuite/ld-sh/sh64/crange3-cmpct.rd @@ -6,7 +6,7 @@ ELF Header: OS/ABI: UNIX - System V ABI Version: 0 Type: EXEC \(Executable file\) - Machine: Hitachi SH + Machine: Renesas SH Version: 0x1 Entry point address: 0x10c4 Start of program headers: 52 \(bytes into file\) diff --git a/ld/testsuite/ld-sh/sh64/crange3-media.rd b/ld/testsuite/ld-sh/sh64/crange3-media.rd index e8df92a..3ce25af 100644 --- a/ld/testsuite/ld-sh/sh64/crange3-media.rd +++ b/ld/testsuite/ld-sh/sh64/crange3-media.rd @@ -6,7 +6,7 @@ ELF Header: OS/ABI: UNIX - System V ABI Version: 0 Type: EXEC \(Executable file\) - Machine: Hitachi SH + Machine: Renesas SH Version: 0x1 Entry point address: 0x10a5 Start of program headers: 52 \(bytes into file\) |