From: Bernardo Innocenti Date: Mon, 22 Sep 2003 17:43:57 +0000 (+0200) Subject: * doc/contrib.texi: Add Peter Barada, Paul Dale and myself. X-Git-Tag: releases/gcc-3.4.0~3585 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ba529cab41a77f965bd06ced41a285ee517e626;p=thirdparty%2Fgcc.git * doc/contrib.texi: Add Peter Barada, Paul Dale and myself. From-SVN: r71660 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6d52d355c682..9d6f3b41d6f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-09-22 Bernardo Innocenti + + * doc/contrib.texi: Add Peter Barada, Paul Dale and myself. + 2003-09-22 Bernardo Innocenti * config/m68k/m68k.h (MASK_RTD, TARGET_RTD, RETURN_POPS_ARGS): diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 52580bcfed36..6d6377b4b0df 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -35,6 +35,10 @@ port. @item Alasdair Baird for various bug fixes. +@item +Peter Barada for his work to improve code generation for new +ColdFire cores. + @item Gerald Baumgartner added the signature extension to the C++ front end. @@ -167,6 +171,10 @@ Alex Crain provided changes for the 3b1. @item Ian Dall for major improvements to the NS32k port. +@item +Paul Dale for his work to add uClinux platform support to the +m68k backend. + @item Dario Dariol contributed the four varieties of sample programs that print a copy of their source. @@ -330,6 +338,10 @@ Steve Holmgren for MachTen patches. @item Jan Hubicka for his x86 port improvements. +@item +Bernardo Innocenti for his m68k work, including merging of +ColdFire improvements and uClinux support. + @item Christian Iseli for various bug fixes.