From 52077fa24c24728d7fb42eb63e6387f7cb3dae4b Mon Sep 17 00:00:00 2001 From: law Date: Fri, 31 Oct 2014 19:34:18 +0000 Subject: [PATCH] * doc/contrib.texi: Add contribution notes for Balaji Iyer (Cilk+) and Jonny Grant (collect2). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216984 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/contrib.texi | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2d6824d8d53e..4d452e07c802 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 9117f8e29950..3b696fa4d249 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. -- 2.47.3