This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] MAINTAINERS: add myself as or1k maintainer


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  <shorne@gmail.com>
> > 
> > 	* 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		<shiva0217@gmail.com>
> >  nios2 port		Chung-Lin Tang		<cltang@codesourcery.com>
> >  nios2 port		Sandra Loosemore	<sandra@codesourcery.com>
> >  nvptx port		Tom de Vries		<tdevries@suse.de>
> > +or1k port		Stafford Horne		<shorne@gmail.com>
> >  pdp11 port		Paul Koning		<ni1d@arrl.net>
> >  powerpcspe port		Andrew Jenner		<andrew@codesourcery.com>
> >  riscv port		Kito Cheng		<kito.cheng@gmail.com>
> > -- 
> > 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  <shorne@gmail.com>
+
+	* MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
+	(Write After Approval): Remove myself.
+
 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
 
 	* 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		<shiva0217@gmail.com>
 nios2 port		Chung-Lin Tang		<cltang@codesourcery.com>
 nios2 port		Sandra Loosemore	<sandra@codesourcery.com>
 nvptx port		Tom de Vries		<tdevries@suse.de>
+or1k port		Stafford Horne		<shorne@gmail.com>
 pdp11 port		Paul Koning		<ni1d@arrl.net>
 powerpcspe port		Andrew Jenner		<andrew@codesourcery.com>
 riscv port		Kito Cheng		<kito.cheng@gmail.com>
@@ -415,7 +416,6 @@ Stuart Henderson				<shenders@gcc.gnu.org>
 Matthew Hiller					<hiller@redhat.com>
 Kazu Hirata					<kazu@codesourcery.com>
 Manfred Hollstein				<mh@suse.com>
-Stafford Horne					<shorne@gmail.com>
 Cong Hou					<congh@google.com>
 Falk Hueffner					<falk@debian.org>
 Andrew John Hughes				<gnu_andrew@member.fsf.org>
-- 
2.17.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]