diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cedbd18db9d493541ed597b2b660fc22b7557cd0..133007ffe2f17a84154a4ef3707b8790d51f400c 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 9935ac7d6c74bb7355929b4535ac60e00693769a..714666ebbfaf87d72de8fa6278317b285b9f149b 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.