aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2011-11-22 13:32:19 -0700
committerJeff Law <law@gcc.gnu.org>2011-11-22 13:32:19 -0700
commit68cf80fa0be828435c7efd6d3780b41cea406a98 (patch)
treeb5063f04b43c82b5f829e40226bafe3ee118f909
parent48e7d50e9f4e4d866e12383bd76a0e488eb14c54 (diff)
downloadgcc-68cf80fa0be828435c7efd6d3780b41cea406a98.zip
gcc-68cf80fa0be828435c7efd6d3780b41cea406a98.tar.gz
gcc-68cf80fa0be828435c7efd6d3780b41cea406a98.tar.bz2
contrib.texi: Add entry for David Binderman.
* doc/contrib.texi: Add entry for David Binderman. From-SVN: r181634
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/contrib.texi4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 700e833..df93891 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-22 Jeff Law <law@redhat.com>
+
+ * doc/contrib.texi: Add entry for David Binderman.
+
2011-11-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* postreload.c (reload_combine): Mark reg_state as invalid at
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi
index f76cce8..ffefecc8 100644
--- a/gcc/doc/contrib.texi
+++ b/gcc/doc/contrib.texi
@@ -66,6 +66,10 @@ improved alias analysis, plus migrating GCC to Bugzilla.
Geoff Berry for his Java object serialization work and various patches.
@item
+David Binderman tests weekly snapshots of GCC trunk against Fedora Rawhide
+for several architectures.
+
+@item
Uros Bizjak for the implementation of x87 math built-in functions and
for various middle end and i386 back end improvements and bug fixes.