summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--MAINTAINERS4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2623abd4a9f..1ddb8e0cfc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
+
+ * MAINTAINERS: Update my email address.
+
2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
* MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
diff --git a/MAINTAINERS b/MAINTAINERS
index e478d3b2dba..0d6c81d4af6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -235,8 +235,8 @@ instruction combiner Segher Boessenkool <segher@kernel.crashing.org>
auto-vectorizer Richard Biener <rguenther@suse.de>
auto-vectorizer Zdenek Dvorak <ook@ucw.cz>
loop infrastructure Zdenek Dvorak <ook@ucw.cz>
-loop ivopts Bin Cheng <amker@gcc.gnu.org>
-loop optimizer Bin Cheng <amker@gcc.gnu.org>
+loop ivopts Bin Cheng <bin.cheng@linux.alibaba.com>
+loop optimizer Bin Cheng <bin.cheng@linux.alibaba.com>
OpenACC Thomas Schwinge <thomas@codesourcery.com>
OpenMP Jakub Jelinek <jakub@redhat.com>
testsuite Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>