diff options
| author | ciceron <ciceron@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-25 20:02:25 +0000 |
|---|---|---|
| committer | ciceron <ciceron@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-25 20:02:25 +0000 |
| commit | 91bee29ee2fe5ec100e78cb677747756e5b3c0bd (patch) | |
| tree | 0e4b0bd19c7eed582d1df1704a75a878a77a8f9d | |
| parent | a6f58910d4af71edfca3ee73694b590994177c03 (diff) | |
| download | ppe42-gcc-91bee29ee2fe5ec100e78cb677747756e5b3c0bd.tar.gz ppe42-gcc-91bee29ee2fe5ec100e78cb677747756e5b3c0bd.zip | |
* doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
contributor.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64860 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/doc/contrib.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7114741559c..b5f7edc74e8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-25 Stephane Carrez <stcarrez@nerim.fr> + + * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12 + contributor. + Tue Mar 25 20:35:51 CET 2003 Jan Hubicka <jh@suse.cz> * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 96db9fd7679..d8678da5a13 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -109,6 +109,9 @@ John Carr for his alias work, SPARC hacking, infrastructure improvements, previous contributions to the steering committee, loop optimizations, etc. @item +Stephane Carrez for 68HC11 and 68HC12 ports. + +@item Steve Chamberlain for support for the Hitachi SH and H8 processors and the PicoJava processor, and for GCJ config fixes. |

