diff options
author | Diego Novillo <dnovillo@google.com> | 2009-01-03 15:07:47 -0500 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2009-01-03 15:07:47 -0500 |
commit | 953a7caa15d21c5c42f75eb2e606f80a39d7aa88 (patch) | |
tree | 6a74ac69b8850984b822218ecb767f69d23fcc16 | |
parent | 1c42acf13f947a9e5309c0cd89371fd19446613e (diff) | |
download | gcc-953a7caa15d21c5c42f75eb2e606f80a39d7aa88.zip gcc-953a7caa15d21c5c42f75eb2e606f80a39d7aa88.tar.gz gcc-953a7caa15d21c5c42f75eb2e606f80a39d7aa88.tar.bz2 |
contrib.texi: Update contributions.
* doc/contrib.texi: Update contributions.
From-SVN: r143034
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5f6b8d1..b2e71d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-01-03 Diego Novillo <dnovillo@google.com> + + * doc/contrib.texi: Update contributions. + 2009-01-03 Jakub Jelinek <jakub@redhat.com> PR c++/38705 diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 2ae03c9..909dbd9 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -666,7 +666,7 @@ Geoff Noer for his work on getting cygwin native builds working. @item Diego Novillo for his work on Tree SSA, OpenMP, SPEC performance -tracking web pages and assorted fixes. +tracking web pages, GIMPLE tuples, and assorted fixes. @item David O'Brien for the FreeBSD/alpha, FreeBSD/AMD x86-64, FreeBSD/ARM, |