Committed to branch dmalcolm/jit:
ChangeLog.jit:
* MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
gcc/jit/ChangeLog.jit:
* TODO.rst (Initial Release): Update for addition of myself as
maintainer.
---
ChangeLog.jit | 4 ++++
MAINTAINERS | 1 +
gcc/jit/ChangeLog.jit | 5 +++++
gcc/jit/TODO.rst | 2 --
4 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/ChangeLog.jit b/ChangeLog.jit
index 131f5a5..5d2db3f 100644
--- a/ChangeLog.jit
+++ b/ChangeLog.jit
@@ -1,3 +1,7 @@
+2014-09-11 David Malcolm <[email protected]>
+
+ * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
+
2013-10-03 David Malcolm <[email protected]>
* configure.ac: Add --enable-host-shared
diff --git a/MAINTAINERS b/MAINTAINERS
index cb55e9c..4d436fb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -256,6 +256,7 @@ testsuite Janis Johnson
[email protected]
register allocation Vladimir Makarov [email protected]
gdbhooks.py David Malcolm [email protected]
SLSR Bill Schmidt [email protected]
+jit David Malcolm [email protected]
Note that individuals who maintain parts of the compiler need approval to
check in changes outside of the parts of the compiler they maintain.
diff --git a/gcc/jit/ChangeLog.jit b/gcc/jit/ChangeLog.jit
index 029e29a..651b285 100644
--- a/gcc/jit/ChangeLog.jit
+++ b/gcc/jit/ChangeLog.jit
@@ -1,3 +1,8 @@
+2014-09-11 David Malcolm <[email protected]>
+
+ * TODO.rst (Initial Release): Update for addition of myself as
+ maintainer.
+
2014-09-10 David Malcolm <[email protected]>
* TODO.rst (Test suite): Multithreaded test is done.
diff --git a/gcc/jit/TODO.rst b/gcc/jit/TODO.rst
index ed8ffcc..bb43f1f 100644
--- a/gcc/jit/TODO.rst
+++ b/gcc/jit/TODO.rst
@@ -57,8 +57,6 @@ Initial Release
* add a SONAME to the library (and potentially version the symbols?)
-* add myself as maintainer
-
* do we need alternative forms of division (floor vs rounding)?
* are we missing any ops?
--
1.8.5.3