diff options
author | Ian Lance Taylor <ian@airs.com> | 2005-08-18 18:46:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2005-08-18 18:46:32 +0000 |
commit | 9ed8fb9bbc80c980055f9520237c7ab99ac2e660 (patch) | |
tree | 5b3a456d7d7677d39d26a0e2654037ca6e696615 | |
parent | 8a2209bfdbc6b924513c9fa6ef1dfe28b7bd1366 (diff) | |
download | gcc-9ed8fb9bbc80c980055f9520237c7ab99ac2e660.zip gcc-9ed8fb9bbc80c980055f9520237c7ab99ac2e660.tar.gz gcc-9ed8fb9bbc80c980055f9520237c7ab99ac2e660.tar.bz2 |
* MAINTAINERS: Add myself as middle-end maintainer.
From-SVN: r103255
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MAINTAINERS | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-08-18 Ian Lance Taylor <ian@airs.com> + + * MAINTAINERS: Add myself as middle-end maintainer. + 2005-08-17 Christian Groessler <chris@groessler.org> * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash. diff --git a/MAINTAINERS b/MAINTAINERS index f1ac702..a795cda 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -176,6 +176,7 @@ option handling Neil Booth neil@daikokuya.co.uk libffi testsuite Andreas Tobler andreast@gcc.gnu.org testsuite Janis Johnson janis187@us.ibm.com middle-end Roger Sayle roger@eyesopen.com +middle-end Ian Lance Taylor ian@airs.com tree-ssa Diego Novillo dnovillo@redhat.com tree-ssa Andrew MacLeod amacleod@redhat.com PRE, points-to Daniel Berlin dberlin@dberlin.org |