* [PATCH] Fix description of alpha in MAINTAINERS
@ 2002-04-22 10:01 Jason R Thorpe
2002-04-23 3:26 ` Richard Earnshaw
0 siblings, 1 reply; 7+ messages in thread
From: Jason R Thorpe @ 2002-04-22 10:01 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
Reflect the fact that Alpha has been multi-arch'd (at least to roughly
the same extent as the MIPS target).
I will now close PR 311. Whee.
* MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>
[-- Attachment #2: maint-patch --]
[-- Type: text/plain, Size: 454 bytes --]
Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.165
diff -u -r1.165 MAINTAINERS
--- MAINTAINERS 18 Apr 2002 08:32:16 -0000 1.165
+++ MAINTAINERS 22 Apr 2002 16:56:12 -0000
@@ -58,7 +58,6 @@
alpha --target=alpha-dec-osf4.0a -Werror
Maintenance only
- OBSOLETE candidate, not multi-arch
arc --target=arc-elf ,-Werror
Maintenance only
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Fix description of alpha in MAINTAINERS
2002-04-22 10:01 [PATCH] Fix description of alpha in MAINTAINERS Jason R Thorpe
@ 2002-04-23 3:26 ` Richard Earnshaw
2002-04-23 12:55 ` Jason R Thorpe
0 siblings, 1 reply; 7+ messages in thread
From: Richard Earnshaw @ 2002-04-23 3:26 UTC (permalink / raw)
To: thorpej; +Cc: gdb-patches, Richard.Earnshaw
> Reflect the fact that Alpha has been multi-arch'd (at least to roughly
> the same extent as the MIPS target).
>
> I will now close PR 311. Whee.
>
> * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
>
This probably deserves an entry in NEWS as well.
R.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Fix description of alpha in MAINTAINERS
2002-04-23 3:26 ` Richard Earnshaw
@ 2002-04-23 12:55 ` Jason R Thorpe
2002-04-24 2:17 ` Richard Earnshaw
0 siblings, 1 reply; 7+ messages in thread
From: Jason R Thorpe @ 2002-04-23 12:55 UTC (permalink / raw)
To: Richard.Earnshaw; +Cc: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
On Tue, Apr 23, 2002 at 11:25:53AM +0100, Richard Earnshaw wrote:
> This probably deserves an entry in NEWS as well.
Like so?
* NEWS: Note multi-arch support for Alpha targets.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>
[-- Attachment #2: news-patch --]
[-- Type: text/plain, Size: 506 bytes --]
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.62
diff -u -r1.62 NEWS
--- NEWS 12 Apr 2002 22:31:22 -0000 1.62
+++ NEWS 23 Apr 2002 19:52:34 -0000
@@ -3,6 +3,10 @@
*** Changes since GDB 5.2:
+* Changes in Alpha configurations.
+
+Multi-arch support is enabled for all Alpha configurations.
+
* New command "set max-user-call-depth <nnn>"
This command allows the user to limit the call depth of user-defined
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Fix description of alpha in MAINTAINERS
2002-04-23 12:55 ` Jason R Thorpe
@ 2002-04-24 2:17 ` Richard Earnshaw
2002-04-24 9:02 ` Daniel Jacobowitz
0 siblings, 1 reply; 7+ messages in thread
From: Richard Earnshaw @ 2002-04-24 2:17 UTC (permalink / raw)
To: thorpej; +Cc: Richard.Earnshaw, gdb-patches
> On Tue, Apr 23, 2002 at 11:25:53AM +0100, Richard Earnshaw wrote:
>
> > This probably deserves an entry in NEWS as well.
>
> Like so?
>
> * NEWS: Note multi-arch support for Alpha targets.
I would have thought so, but that's not something I can approve.
R.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Fix description of alpha in MAINTAINERS
2002-04-24 2:17 ` Richard Earnshaw
@ 2002-04-24 9:02 ` Daniel Jacobowitz
2002-04-24 11:15 ` Andrew Cagney
0 siblings, 1 reply; 7+ messages in thread
From: Daniel Jacobowitz @ 2002-04-24 9:02 UTC (permalink / raw)
To: Richard.Earnshaw; +Cc: thorpej, gdb-patches
On Wed, Apr 24, 2002 at 10:16:29AM +0100, Richard Earnshaw wrote:
> > On Tue, Apr 23, 2002 at 11:25:53AM +0100, Richard Earnshaw wrote:
> >
> > > This probably deserves an entry in NEWS as well.
> >
> > Like so?
> >
> > * NEWS: Note multi-arch support for Alpha targets.
>
> I would have thought so, but that's not something I can approve.
I can't find the message any more, but I believe any maintainer is
allowed to add to NEWS. If that's true, perhaps it should be mentioned
in MAINTAINERS?
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Fix description of alpha in MAINTAINERS
2002-04-24 9:02 ` Daniel Jacobowitz
@ 2002-04-24 11:15 ` Andrew Cagney
2002-06-13 12:35 ` Daniel Jacobowitz
0 siblings, 1 reply; 7+ messages in thread
From: Andrew Cagney @ 2002-04-24 11:15 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: Richard.Earnshaw, thorpej, gdb-patches
> On Wed, Apr 24, 2002 at 10:16:29AM +0100, Richard Earnshaw wrote:
>
>> > On Tue, Apr 23, 2002 at 11:25:53AM +0100, Richard Earnshaw wrote:
>> >
>> > > This probably deserves an entry in NEWS as well.
>> >
>> > Like so?
>> >
>> > * NEWS: Note multi-arch support for Alpha targets.
>
>>
>> I would have thought so, but that's not something I can approve.
>
>
> I can't find the message any more, but I believe any maintainer is
> allowed to add to NEWS. If that's true, perhaps it should be mentioned
> in MAINTAINERS?
Yes, its true (isn't it explictly mentioned?).
Andrew
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Fix description of alpha in MAINTAINERS
2002-04-24 11:15 ` Andrew Cagney
@ 2002-06-13 12:35 ` Daniel Jacobowitz
0 siblings, 0 replies; 7+ messages in thread
From: Daniel Jacobowitz @ 2002-06-13 12:35 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb-patches
On Wed, Apr 24, 2002 at 02:15:18PM -0400, Andrew Cagney wrote:
> >On Wed, Apr 24, 2002 at 10:16:29AM +0100, Richard Earnshaw wrote:
> >
> >>> On Tue, Apr 23, 2002 at 11:25:53AM +0100, Richard Earnshaw wrote:
> >>>
> >>> > This probably deserves an entry in NEWS as well.
> >>>
> >>> Like so?
> >>>
> >>> * NEWS: Note multi-arch support for Alpha targets.
> >
> >>
> >>I would have thought so, but that's not something I can approve.
> >
> >
> >I can't find the message any more, but I believe any maintainer is
> >allowed to add to NEWS. If that's true, perhaps it should be mentioned
> >in MAINTAINERS?
>
> Yes, its true (isn't it explictly mentioned?).
Now it is :) Committed.
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
2002-06-13 Daniel Jacobowitz <drow@mvista.com>
* MAINTAINERS: Mention NEWS.
Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.181
diff -u -p -r1.181 MAINTAINERS
--- MAINTAINERS 12 Jun 2002 00:55:35 -0000 1.181
+++ MAINTAINERS 13 Jun 2002 19:33:38 -0000
@@ -350,6 +350,8 @@ Makefile.in, configure* ALL
mmalloc/ ALL Host maintainers
+NEWS ALL
+
sim/ See sim/MAINTAINERS
readline/ Master version: ftp://ftp.cwru.edu/pub/bash/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-06-13 19:35 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-22 10:01 [PATCH] Fix description of alpha in MAINTAINERS Jason R Thorpe
2002-04-23 3:26 ` Richard Earnshaw
2002-04-23 12:55 ` Jason R Thorpe
2002-04-24 2:17 ` Richard Earnshaw
2002-04-24 9:02 ` Daniel Jacobowitz
2002-04-24 11:15 ` Andrew Cagney
2002-06-13 12:35 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox