diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-17 17:15:31 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-17 17:15:31 +0000 |
| commit | ac68b7496b764a2ecf64c258ca3d1bd0e01ff685 (patch) | |
| tree | 1de7ec048860809aeea979d8192ce0e25e9f34b6 | |
| parent | 1fe27026f03d13b936d47e14b0f0bf9c3a431503 (diff) | |
| download | ppe42-gcc-ac68b7496b764a2ecf64c258ca3d1bd0e01ff685.tar.gz ppe42-gcc-ac68b7496b764a2ecf64c258ca3d1bd0e01ff685.zip | |
* config/h8300/h8300-protos.h: Update a comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68101 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/h8300/h8300-protos.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fe1f9bd8fae..8e49db09bba 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-17 Kazu Hirata <kazu@cs.umass.edu> + + * config/h8300/h8300-protos.h: Update a comment. + 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com> * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes diff --git a/gcc/config/h8300/h8300-protos.h b/gcc/config/h8300/h8300-protos.h index 025f4231131..26a00b87d0c 100644 --- a/gcc/config/h8300/h8300-protos.h +++ b/gcc/config/h8300/h8300-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. - Hitachi H8/300 version generating coff + Hitachi H8/300 version Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com), Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com). |

