diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-02-23 10:25:19 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2008-02-23 10:25:19 +0100 |
commit | 02d3074007cd890cf82ab84f5d69071b2aada7e9 (patch) | |
tree | 520cf82cf578feb23f42f570758f4cf7b5c06693 | |
parent | 61dd226f1c9d84ba0f1c3e1faabe440e6e1d2df4 (diff) | |
download | gcc-02d3074007cd890cf82ab84f5d69071b2aada7e9.zip gcc-02d3074007cd890cf82ab84f5d69071b2aada7e9.tar.gz gcc-02d3074007cd890cf82ab84f5d69071b2aada7e9.tar.bz2 |
* MAINTAINERS (OpenMP): Add myself.
From-SVN: r132569
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MAINTAINERS | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2008-02-23 Jakub Jelinek <jakub@redhat.com> + + * MAINTAINERS (OpenMP): Add myself. + 2008-02-20 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/32009 diff --git a/MAINTAINERS b/MAINTAINERS index ce35d04..af66e3c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -214,6 +214,7 @@ auto-vectorizer Richard Guenther rguenther@suse.de auto-vectorizer Zdenek Dvorak ook@ucw.cz auto-vectorizer Dorit Nuzman dorit@il.ibm.com loop infrastructure Zdenek Dvorak ook@ucw.cz +OpenMP Jakub Jelinek jakub@redhat.com Note that individuals who maintain parts of the compiler need approval to check in changes outside of the parts of the compiler they maintain. |