On Sat, Nov 10, 2018 at 06:09:56AM +0900, Stafford Horne wrote:
> Hello,
>
> I will just commit the below, I dont expect it to cause any problem as I am
> maintainer :).
>
> https://gcc.gnu.org/ml/gcc/2018-08/msg00216.html
>
> On Fri, Nov 09, 2018 at 09:44:07PM +0900, Stafford Horne wrote:
> > ChangeLog:
> >
> > yyyy-mm-dd Stafford Horne <[email protected]>
> >
> > * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index ba8c8040967..cc7d4bddee8 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -90,6 +90,7 @@ nds32 port Shiva Chen
> > <[email protected]>
> > nios2 port Chung-Lin Tang <[email protected]>
> > nios2 port Sandra Loosemore <[email protected]>
> > nvptx port Tom de Vries <[email protected]>
> > +or1k port Stafford Horne <[email protected]>
> > pdp11 port Paul Koning <[email protected]>
> > powerpcspe port Andrew Jenner
> > <[email protected]>
> > riscv port Kito Cheng <[email protected]>
> > --
> > 2.17.2
FYI, the actual patch I comitted was the below. I was reminded offline that I
also needed to remove myself from Write After Approval.
* MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
(Write After Approval): Remove myself.
---
ChangeLog | 5 +++++
MAINTAINERS | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index e0662790934..1d71ed6538e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-11-10 Stafford Horne <[email protected]>
+
+ * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
+ (Write After Approval): Remove myself.
+
2018-11-06 Hafiz Abid Qadeer <[email protected]>
* config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
diff --git a/MAINTAINERS b/MAINTAINERS
index ba8c8040967..35a815bad97 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -90,6 +90,7 @@ nds32 port Shiva Chen
<[email protected]>
nios2 port Chung-Lin Tang <[email protected]>
nios2 port Sandra Loosemore <[email protected]>
nvptx port Tom de Vries <[email protected]>
+or1k port Stafford Horne <[email protected]>
pdp11 port Paul Koning <[email protected]>
powerpcspe port Andrew Jenner
<[email protected]>
riscv port Kito Cheng <[email protected]>
@@ -415,7 +416,6 @@ Stuart Henderson
<[email protected]>
Matthew Hiller <[email protected]>
Kazu Hirata <[email protected]>
Manfred Hollstein <[email protected]>
-Stafford Horne <[email protected]>
Cong Hou <[email protected]>
Falk Hueffner <[email protected]>
Andrew John Hughes <[email protected]>
--
2.17.2