diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-08-27 12:00:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@gcc.gnu.org> | 2012-08-27 12:00:32 +0000 |
commit | 6c513d43fb33ccd370998b3efae513f4f3a203be (patch) | |
tree | 35a04bf5209370ebcac6a98d8a4b3451f7789e4e | |
parent | e9b490008e63973dd5a9a9dcbe33a35e84e1bc00 (diff) | |
download | gcc-6c513d43fb33ccd370998b3efae513f4f3a203be.zip gcc-6c513d43fb33ccd370998b3efae513f4f3a203be.tar.gz gcc-6c513d43fb33ccd370998b3efae513f4f3a203be.tar.bz2 |
MAINTAINERS: Fix my email address.
* MAINTAINERS: Fix my email address.
From-SVN: r190708
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MAINTAINERS | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-08-27 Ulrich Drepper <drepper@gmail.com> + + * MAINTAINERS: Fix my email address. + 2012-08-26 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4970 diff --git a/MAINTAINERS b/MAINTAINERS index 1b4b18e..efad63b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -186,7 +186,7 @@ debugging code Jim Wilson wilson@tuliptree.org dwarf debugging code Jason Merrill jason@redhat.com c++ runtime libs Paolo Carlini paolo.carlini@oracle.com c++ runtime libs Gabriel Dos Reis gdr@integrable-solutions.net -c++ runtime libs Ulrich Drepper drepper@redhat.com +c++ runtime libs Ulrich Drepper drepper@gmail.com c++ runtime libs Benjamin Kosnik bkoz@redhat.com c++ runtime libs Loren J. Rittle ljrittle@acm.org c++ runtime libs Jonathan Wakely redi@gcc.gnu.org |