diff options
author | Seongbae Park <seongbae.park@gmail.com> | 2007-10-04 18:58:49 +0000 |
---|---|---|
committer | Seongbae Park <spark@gcc.gnu.org> | 2007-10-04 18:58:49 +0000 |
commit | 789e4e2825e4f1c0d4221ebe6d5468e2b2f7c7fb (patch) | |
tree | 5dfc2f171801f3eeb0a7e0975284ae7339277c64 | |
parent | 42f02385bdfb21849e984584082047881f53d8c9 (diff) | |
download | gcc-789e4e2825e4f1c0d4221ebe6d5468e2b2f7c7fb.zip gcc-789e4e2825e4f1c0d4221ebe6d5468e2b2f7c7fb.tar.gz gcc-789e4e2825e4f1c0d4221ebe6d5468e2b2f7c7fb.tar.bz2 |
MAINTAINERS (Register allocation reviewer): Add myself.
2006-10-04 Seongbae Park <seongbae.park@gmail.com>
* MAINTAINERS (Register allocation reviewer): Add myself.
From-SVN: r129021
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MAINTAINERS | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2006-10-04 Seongbae Park <seongbae.park@gmail.com> + + * MAINTAINERS (Register allocation reviewer): Add myself. + 2007-10-01 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD, diff --git a/MAINTAINERS b/MAINTAINERS index da17e67..3eab1b5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -252,6 +252,7 @@ Fortran Tobias Schlüter tobias.schlueter@physik.uni-muenchen.de Fortran Paul Thomas pault@gcc.gnu.org register allocation Peter Bergner bergner@vnet.ibm.com register allocation Kenneth Zadeck zadeck@naturalbridge.com +register allocation Seongbae Park seongbae.park@gmail.com Note that while reviewers can approve changes to parts of the compiler that they maintain, they still need approval for their own patches |