diff options
author | Mike Stump <mikestump@comcast.net> | 2014-05-19 17:12:53 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2014-05-19 17:12:53 +0000 |
commit | 905083ad75e4289d2a8ea9d4177c07af9e636f92 (patch) | |
tree | ecc75f9fc25b9baf7294592dad5e7e1c825d0a7b | |
parent | 514b315679020a7742b9739407baf48a39ca8d24 (diff) | |
download | gcc-905083ad75e4289d2a8ea9d4177c07af9e636f92.zip gcc-905083ad75e4289d2a8ea9d4177c07af9e636f92.tar.gz gcc-905083ad75e4289d2a8ea9d4177c07af9e636f92.tar.bz2 |
+ * MAINTAINERS: Add wide-int reviewers.
From-SVN: r210620
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MAINTAINERS | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-05-19 Mike Stump <mikestump@comcast.net> + + * MAINTAINERS: Add wide-int reviewers. + 2014-05-14 Sandra Loosemore <sandra@codesourcery.com> * configure.ac (target_makefile_frag): Set for nios2-*-elf*. diff --git a/MAINTAINERS b/MAINTAINERS index 8d094be..117697a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -301,6 +301,9 @@ register allocation Kenneth Zadeck zadeck@naturalbridge.com register allocation Seongbae Park seongbae.park@gmail.com RTL optimizers Steven Bosscher steven@gcc.gnu.org selective scheduling Andrey Belevantsev abel@ispras.ru +wide-int Kenneth Zadeck zadeck@naturalbridge.com +wide-int Mike Stump mikestump@comcast.net +wide-int Richard Sandiford rdsandiford@googlemail.com Note that while reviewers can approve changes to parts of the compiler that they maintain, they still need approval for their own patches |