aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2015-04-09 20:12:40 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2015-04-09 20:12:40 +0000
commitd1074796e06f5bf32cfe9ee7af778482f3d03f98 (patch)
treeae668c1c581b4412c6436a8ba076f34a5bf8a7b9
parent0212e31edbd4603853f3cbc9c9397aa8a9ae6bc3 (diff)
downloadgcc-d1074796e06f5bf32cfe9ee7af778482f3d03f98.zip
gcc-d1074796e06f5bf32cfe9ee7af778482f3d03f98.tar.gz
gcc-d1074796e06f5bf32cfe9ee7af778482f3d03f98.tar.bz2
* doc/contrib.texi (Contributors): Add John Marino.
From-SVN: r221961
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/contrib.texi3
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cedbd18..133007f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-09 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/contrib.texi (Contributors): Add John Marino.
+
2015-04-09 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/65709
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi
index 9935ac7..714666e 100644
--- a/gcc/doc/contrib.texi
+++ b/gcc/doc/contrib.texi
@@ -590,6 +590,9 @@ implementation of the automaton based instruction scheduler.
Bob Manson for his behind the scenes work on dejagnu.
@item
+John Marino for contributing the DragonFly BSD port.
+
+@item
Philip Martin for lots of libstdc++ string and vector iterator fixes and
improvements, and string clean up and testsuites.