diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2015-04-12 12:01:19 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2015-04-12 12:01:19 +0000 |
commit | 04ebb11963878d8460af813fd0450ba1ac4074cb (patch) | |
tree | cb87efa55a2495dcb36509cfec388814fe45153a /gcc | |
parent | a57013168dabc5e2b2d253206b9a08eae07b7364 (diff) | |
download | gcc-04ebb11963878d8460af813fd0450ba1ac4074cb.zip gcc-04ebb11963878d8460af813fd0450ba1ac4074cb.tar.gz gcc-04ebb11963878d8460af813fd0450ba1ac4074cb.tar.bz2 |
* doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
From-SVN: r222019
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6877700..d65662f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-04-12 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov. + 2015-04-11 Jan Hubicka <hubicka@ucw.cz> PR ipa/65743 diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 4285fe5..14aaa19 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -509,6 +509,10 @@ Bruce Korb for the new and improved fixincludes code. Benjamin Kosnik for his G++ work and for leading the libstdc++-v3 effort. @item +Maxim Kuvyrkov for contributions to the instruction scheduler, the Android +and m68k/Coldfire ports, and optimizations. + +@item Charles LaBrec contributed the support for the Integrated Solutions 68020 system. |