aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2016-02-22 17:35:45 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2016-02-22 17:35:45 +0000
commit6d1fa6bbe145ae26133e20e6d54e20245d65c879 (patch)
treec19f249d8b4917c3286390b2e07cd560c6a0a305
parentd5ace3b55dc544d0b2a75530998e9c928f452e16 (diff)
downloadgcc-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--ChangeLog5
-rw-r--r--MAINTAINERS2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69377fd..3485d88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>