diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c5d8ffaaa58..0e1867e0154d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-15 Uros Bizjak + + * doc/contrib.texi: Add my entry. + 2006-09-15 Nick Clifton * doc/md.texi (Processor pipeline description): Fix typo in diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 7fd8cad77b08..fce16f740e6b 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -64,6 +64,10 @@ improved alias analysis, plus migrating GCC to Bugzilla. @item Geoff Berry for his Java object serialization work and various patches. +@item +Uros Bizjak for the implementation of x87 math built-in functions and +for various middle end and i386 back end improvements and bugfixes. + @item Eric Blake for helping to make GCJ and libgcj conform to the specifications.