diff options
author | David Malcolm <dmalcolm@redhat.com> | 2016-02-22 17:35:45 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2016-02-22 17:35:45 +0000 |
commit | 6d1fa6bbe145ae26133e20e6d54e20245d65c879 (patch) | |
tree | c19f249d8b4917c3286390b2e07cd560c6a0a305 | |
parent | d5ace3b55dc544d0b2a75530998e9c928f452e16 (diff) | |
download | gcc-6d1fa6bbe145ae26133e20e6d54e20245d65c879.zip gcc-6d1fa6bbe145ae26133e20e6d54e20245d65c879.tar.gz gcc-6d1fa6bbe145ae26133e20e6d54e20245d65c879.tar.bz2 |
MAINTAINERS: add myself to libcpp and diagnostic messages
2016-02-22 David Malcolm <dmalcolm@redhat.com>
* MAINTAINERS (libcpp): Add myself.
(diagnostic messages): Likewise.
From-SVN: r233608
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | MAINTAINERS | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-02-22 David Malcolm <dmalcolm@redhat.com> + + * MAINTAINERS (libcpp): Add myself. + (diagnostic messages): Likewise. + 2016-02-20 Tom de Vries <tom@codesourcery.com> * MAINTAINERS: Fix whitespace. diff --git a/MAINTAINERS b/MAINTAINERS index e74a145..70e9d4a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -164,6 +164,7 @@ objective-c/c++ Iain Sandoe <iain@codesourcery.com> libbacktrace Ian Lance Taylor <ian@airs.com> libcpp Per Bothner <per@bothner.com> libcpp All C and C++ front end maintainers +libcpp David Malcolm <dmalcolm@redhat.com> fp-bit Ian Lance Taylor <ian@airs.com> libdecnumber Ben Elliston <bje@gnu.org> libgcc Ian Lance Taylor <ian@airs.com> @@ -217,6 +218,7 @@ basic block reordering Jason Eckhardt <jle@rice.edu> i18n Philipp Thomas <pth@suse.de> i18n Joseph Myers <joseph@codesourcery.com> diagnostic messages Dodji Seketeli <dodji@redhat.com> +diagnostic messages David Malcolm <dmalcolm@redhat.com> build machinery (*.in) Paolo Bonzini <bonzini@gnu.org> build machinery (*.in) DJ Delorie <dj@redhat.com> build machinery (*.in) Nathanael Nerode <neroden@gcc.gnu.org> |