diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cedbd18db9d4..133007ffe2f1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-04-09 Gerald Pfeifer + + * doc/contrib.texi (Contributors): Add John Marino. + 2015-04-09 Jakub Jelinek PR tree-optimization/65709 diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 9935ac7d6c74..714666ebbfaf 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -589,6 +589,9 @@ implementation of the automaton based instruction scheduler. @item 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.