* [RFA] update NEWS and MAINTAINERS for avr.
@ 2002-05-28 20:14 Theodore A. Roth
2002-06-08 9:07 ` Theodore A. Roth
0 siblings, 1 reply; 4+ messages in thread
From: Theodore A. Roth @ 2002-05-28 20:14 UTC (permalink / raw)
To: gdb-patches
Hi,
I'd commit this as obvious, but I'd not sure about the NEWS change.
Ted Roth
* MAINTAINERS: Add myself as AVR maintainer.
* NEWS: Note new avr target.
Index: gdb/MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.154.2.6
diff -u -p -r1.154.2.6 MAINTAINERS
--- gdb/MAINTAINERS 15 Apr 2002 02:00:09 -0000 1.154.2.6
+++ gdb/MAINTAINERS 29 May 2002 02:50:29 -0000
@@ -70,6 +70,9 @@ maintainer works with the native maintai
Richard Earnshaw rearnsha@arm.com
Not multi-arch
+ avr --target=avr ,-Werror
+ Theodore A. Roth troth@verinet.com
+
cris --target=cris-elf -w
Orjan Friberg orjanf@axis.com
@@ -378,6 +381,7 @@ Jason Molenda jmolenda@apple.com
Pierre Muller muller@sources.redhat.com
Alexandre Oliva aoliva@redhat.com
Tom Rix trix@redhat.com
+Theodore A. Roth troth@verinet.com
Mark Salter msalter@redhat.com
Andreas Schwab schwab@suse.de
Keith Seitz keiths@redhat.com
Index: gdb/NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.58.2.1
diff -u -p -r1.58.2.1 NEWS
--- gdb/NEWS 5 Mar 2002 23:03:08 -0000 1.58.2.1
+++ gdb/NEWS 29 May 2002 02:50:37 -0000
@@ -1,6 +1,12 @@
What has changed in GDB?
(Organized release by release)
+*** Changes since GDB 5.2:
+
+* New targets.
+
+Atmel AVR avr*-*-*
+
*** Changes in GDB 5.2:
* New command "set trust-readonly-sections on[off]".
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFA] update NEWS and MAINTAINERS for avr.
2002-05-28 20:14 [RFA] update NEWS and MAINTAINERS for avr Theodore A. Roth
@ 2002-06-08 9:07 ` Theodore A. Roth
2002-06-08 11:52 ` Andrew Cagney
0 siblings, 1 reply; 4+ messages in thread
From: Theodore A. Roth @ 2002-06-08 9:07 UTC (permalink / raw)
To: gdb-patches
Hi,
I never got a response on this. I just wanted to know if I should word
this differently:
>+*** Changes since GDB 5.2:
This patch is for the 5.2 branch. I might not have made that clear before.
I'm still sitting on this and if I don't get an approval by tuesday it
will have to wait a week or two while I move across country. ;-)
Ted Roth
On Tue, 28 May 2002, Theodore A. Roth wrote:
>Hi,
>
>I'd commit this as obvious, but I'd not sure about the NEWS change.
>
>Ted Roth
>
> * MAINTAINERS: Add myself as AVR maintainer.
> * NEWS: Note new avr target.
>
>Index: gdb/MAINTAINERS
>===================================================================
>RCS file: /cvs/src/src/gdb/MAINTAINERS,v
>retrieving revision 1.154.2.6
>diff -u -p -r1.154.2.6 MAINTAINERS
>--- gdb/MAINTAINERS 15 Apr 2002 02:00:09 -0000 1.154.2.6
>+++ gdb/MAINTAINERS 29 May 2002 02:50:29 -0000
>@@ -70,6 +70,9 @@ maintainer works with the native maintai
> Richard Earnshaw rearnsha@arm.com
> Not multi-arch
>
>+ avr --target=avr ,-Werror
>+ Theodore A. Roth troth@verinet.com
>+
> cris --target=cris-elf -w
> Orjan Friberg orjanf@axis.com
>
>@@ -378,6 +381,7 @@ Jason Molenda jmolenda@apple.com
> Pierre Muller muller@sources.redhat.com
> Alexandre Oliva aoliva@redhat.com
> Tom Rix trix@redhat.com
>+Theodore A. Roth troth@verinet.com
> Mark Salter msalter@redhat.com
> Andreas Schwab schwab@suse.de
> Keith Seitz keiths@redhat.com
>Index: gdb/NEWS
>===================================================================
>RCS file: /cvs/src/src/gdb/NEWS,v
>retrieving revision 1.58.2.1
>diff -u -p -r1.58.2.1 NEWS
>--- gdb/NEWS 5 Mar 2002 23:03:08 -0000 1.58.2.1
>+++ gdb/NEWS 29 May 2002 02:50:37 -0000
>@@ -1,6 +1,12 @@
> What has changed in GDB?
> (Organized release by release)
>
>+*** Changes since GDB 5.2:
>+
>+* New targets.
>+
>+Atmel AVR avr*-*-*
>+
> *** Changes in GDB 5.2:
>
> * New command "set trust-readonly-sections on[off]".
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFA] update NEWS and MAINTAINERS for avr.
2002-06-08 9:07 ` Theodore A. Roth
@ 2002-06-08 11:52 ` Andrew Cagney
2002-06-08 13:45 ` Theodore A. Roth
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2002-06-08 11:52 UTC (permalink / raw)
To: Theodore A. Roth; +Cc: gdb-patches
> Hi,
>
> I never got a response on this. I just wanted to know if I should word
> this differently:
>
>
>>+*** Changes since GDB 5.2:
>
>
> This patch is for the 5.2 branch. I might not have made that clear before.
>
> I'm still sitting on this and if I don't get an approval by tuesday it
> will have to wait a week or two while I move across country. ;-)
Sorry, yes. Any maintainer can update NEWS (given no one commented, I'd
assume everyone is ok), and yes you should be mentioned as maintainer.
Andrew
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFA] update NEWS and MAINTAINERS for avr.
2002-06-08 11:52 ` Andrew Cagney
@ 2002-06-08 13:45 ` Theodore A. Roth
0 siblings, 0 replies; 4+ messages in thread
From: Theodore A. Roth @ 2002-06-08 13:45 UTC (permalink / raw)
Cc: gdb-patches
Hi,
I have committed this.
Ted Roth
On Sat, 8 Jun 2002, Andrew Cagney wrote:
>> Hi,
>>
>> I never got a response on this. I just wanted to know if I should word
>> this differently:
>>
>>
>>>+*** Changes since GDB 5.2:
>>
>>
>> This patch is for the 5.2 branch. I might not have made that clear before.
>>
>> I'm still sitting on this and if I don't get an approval by tuesday it
>> will have to wait a week or two while I move across country. ;-)
>
>Sorry, yes. Any maintainer can update NEWS (given no one commented, I'd
>assume everyone is ok), and yes you should be mentioned as maintainer.
>
>Andrew
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-06-08 20:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-28 20:14 [RFA] update NEWS and MAINTAINERS for avr Theodore A. Roth
2002-06-08 9:07 ` Theodore A. Roth
2002-06-08 11:52 ` Andrew Cagney
2002-06-08 13:45 ` Theodore A. Roth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox