diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-15 08:51:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-15 08:51:53 +0000 |
commit | ded6339b7e84973bc714e26b190d6401231b8409 (patch) | |
tree | e7dcf2755386903160d32074d0e33f96d48144d9 /include/coff | |
parent | b88a1e6f1363856d94817ccacc724869b7d06b9d (diff) | |
download | cygnal-ded6339b7e84973bc714e26b190d6401231b8409.tar.gz cygnal-ded6339b7e84973bc714e26b190d6401231b8409.tar.bz2 cygnal-ded6339b7e84973bc714e26b190d6401231b8409.zip |
Replace occurrances of 'Hitachi' with 'Renesas'.
Diffstat (limited to 'include/coff')
-rw-r--r-- | include/coff/ChangeLog | 6 | ||||
-rw-r--r-- | include/coff/h8300.h | 4 | ||||
-rw-r--r-- | include/coff/h8500.h | 4 | ||||
-rw-r--r-- | include/coff/sh.h | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index be6154d21..353eb5991 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,9 @@ +2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com> + + * sh.h: Replace occurrances of 'Hitachi' with 'Renesas'. + * h8300.h: Likewise. + * h8500.h: Likewise. + 2003-03-25 Stan Cox <scox@redhat.com> Nick Clifton <nickc@redhat.com> diff --git a/include/coff/h8300.h b/include/coff/h8300.h index 3ed5aefac..c30dc0097 100644 --- a/include/coff/h8300.h +++ b/include/coff/h8300.h @@ -1,6 +1,6 @@ -/* coff information for Hitachi H8/300 and H8/300-H +/* coff information for Renesas H8/300 and H8/300-H - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/coff/h8500.h b/include/coff/h8500.h index 87e5754c6..62968cad9 100644 --- a/include/coff/h8500.h +++ b/include/coff/h8500.h @@ -1,6 +1,6 @@ -/* coff information for Hitachi H8/500 +/* coff information for Renesas H8/500 - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/coff/sh.h b/include/coff/sh.h index c77316e40..d20834ca6 100644 --- a/include/coff/sh.h +++ b/include/coff/sh.h @@ -1,6 +1,6 @@ -/* coff information for Hitachi SH +/* coff information for Renesas SH - Copyright 2001 Free Software Foundation, Inc. + Copyright 2001, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |