diff options
author | Jeff Law <law@redhat.com> | 2014-10-31 13:34:18 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2014-10-31 13:34:18 -0600 |
commit | 62871ba282e75e15af03de75b3e946b745d3c80f (patch) | |
tree | 1ce688c3c8858738cbe4e6cb0300f81c1bcb9e94 | |
parent | 625a9766c94c89603c365932fb347075fc6fd413 (diff) | |
download | gcc-62871ba282e75e15af03de75b3e946b745d3c80f.zip gcc-62871ba282e75e15af03de75b3e946b745d3c80f.tar.gz gcc-62871ba282e75e15af03de75b3e946b745d3c80f.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2d6824d..4d452e0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-10-31 Jeff Law <law@redhat.com> + + * doc/contrib.texi: Add contribution notes for Balaji Iyer (Cilk+) + and Jonny Grant (collect2). + 2014-10-31 Richard Biener <rguenther@suse.de> * builtins.c (fold_builtin_atomic_always_lock_free): Use diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 9117f8e..3b696fa 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -325,6 +325,9 @@ 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. @@ -421,6 +424,9 @@ Kamil Iskra for general m68k hacking. 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. @item |