From: Jeff Law Date: Fri, 31 Oct 2014 19:34:18 +0000 (-0600) Subject: contrib.texi: Add contribution notes for Balaji Iyer (Cilk+) and Jonny Grant (collect2). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62871ba282e75e15af03de75b3e946b745d3c80f;p=gcc.git contrib.texi: Add contribution notes for Balaji Iyer (Cilk+) and Jonny Grant (collect2). * doc/contrib.texi: Add contribution notes for Balaji Iyer (Cilk+) and Jonny Grant (collect2). From-SVN: r216984 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2d6824d8d53..4d452e07c80 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-10-31 Jeff Law + + * doc/contrib.texi: Add contribution notes for Balaji Iyer (Cilk+) + and Jonny Grant (collect2). + 2014-10-31 Richard Biener * builtins.c (fold_builtin_atomic_always_lock_free): Use diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 9117f8e2995..3b696fa4d24 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -324,6 +324,9 @@ multiply- and divide-by-constant optimization, improved long long support, improved leaf function register allocation, and his direction via the steering committee. +@item +Jonny Grant for improvements to @code{collect2's} @option{--help} documentation. + @item Anthony Green for his @option{-Os} contributions, the moxie port, and Java front end work. @@ -420,6 +423,9 @@ Kamil Iskra for general m68k hacking. @item Lee Iverson for random fixes and MIPS testing. +@item +Balaji V. Iyer for Cilk+ development and merging. + @item Andreas Jaeger for testing and benchmarking of GCC and various bug fixes.