diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-03-18 21:14:06 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-03-18 21:14:06 +0000 |
commit | ac1d63e341d2ac9d981c6d9abb3fa629f100fddb (patch) | |
tree | 8a5eddc2251f7d60caf2a2460efdc60251375e0c | |
parent | e76659d1892281faba350efa1c64a07a98c456ba (diff) | |
download | gcc-ac1d63e341d2ac9d981c6d9abb3fa629f100fddb.zip gcc-ac1d63e341d2ac9d981c6d9abb3fa629f100fddb.tar.gz gcc-ac1d63e341d2ac9d981c6d9abb3fa629f100fddb.tar.bz2 |
* doc/contrib.texi (Contributors): Add Segher Boessenkool.
From-SVN: r246260
-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 52a1e29..377f6da 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com> + * doc/contrib.texi (Contributors): Add Segher Boessenkool. + +2017-03-18 Gerald Pfeifer <gerald@pfeifer.com> + * doc/install.texi (Specific) <arm-*-eabi>: Remove old requirement for binutils 2.13. diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 42fe39b..3fc7dc1 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -89,6 +89,10 @@ Hans-J. Boehm for his garbage collector, IA-64 libffi port, and other Java work. @item +Segher Boessenkool for helping maintain the PowerPC port and the +instruction combiner plus various contributions to the middle end. + +@item Neil Booth for work on cpplib, lang hooks, debug hooks and other miscellaneous clean-ups. |