diff options
author | Uros Bizjak <uros@kss-loka.si> | 2006-09-15 17:59:33 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2006-09-15 17:59:33 +0200 |
commit | 615d37d2bb487ed96edfe0897c14ea40ff8a60f8 (patch) | |
tree | 7ccb3320540ebd46d127e771c402bedf892c0aab | |
parent | a71b1c58dc416a87ebefe4683c1a1fc263f6f71f (diff) | |
download | gcc-615d37d2bb487ed96edfe0897c14ea40ff8a60f8.zip gcc-615d37d2bb487ed96edfe0897c14ea40ff8a60f8.tar.gz gcc-615d37d2bb487ed96edfe0897c14ea40ff8a60f8.tar.bz2 |
contrib.texi: Add my entry.
* doc/contrib.texi: Add my entry.
From-SVN: r116974
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c5d8ff..0e1867e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-15 Uros Bizjak <uros@kss-loka.si> + + * doc/contrib.texi: Add my entry. + 2006-09-15 Nick Clifton <nickc@redhat.com> * doc/md.texi (Processor pipeline description): Fix typo in diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 7fd8cad..fce16f7 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -65,6 +65,10 @@ improved alias analysis, plus migrating GCC to Bugzilla. 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. |