aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2017-10-01 18:36:37 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2017-10-01 18:36:37 +0000
commit7b5f5267b9c7c2e0c67cbe2ec00b0aea4831d15b (patch)
treeb90f7c2f43d0b932275f000dfae57368a76fa95b
parentaa2a59fc606f242ab11e8fa89b71bba0d3fb25c7 (diff)
downloadgcc-7b5f5267b9c7c2e0c67cbe2ec00b0aea4831d15b.zip
gcc-7b5f5267b9c7c2e0c67cbe2ec00b0aea4831d15b.tar.gz
gcc-7b5f5267b9c7c2e0c67cbe2ec00b0aea4831d15b.tar.bz2
MAINTAINERS: Add a note that maintainership also includes web pages...
* MAINTAINERS: Add a note that maintainership also includes web pages, docs, and testsuite related to that area. From-SVN: r253330
-rw-r--r--ChangeLog5
-rw-r--r--MAINTAINERS3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f20849..c3d503c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * MAINTAINERS: Add a note that maintainership also includes web
+ pages, docs, and testsuite related to that area.
+
2017-09-25 Tom de Vries <tom@codesourcery.com>
* MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
diff --git a/MAINTAINERS b/MAINTAINERS
index 7e6e08c..0d33f0b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -37,6 +37,9 @@ Note that while global reviewers can approve changes to any part of
the compiler or associated libraries, they still need approval for
their own patches from other maintainers or reviewers.
+Also note that maintainership of any area covers changes to web pages,
+docs, and the testsuite related to that.
+
CPU Port Maintainers (CPU alphabetical order)
aarch64 port Richard Earnshaw <richard.earnshaw@arm.com>