Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch/rfa] Drop some arm-* targets
@ 2001-12-29 11:34 Andrew Cagney
  2002-01-13 12:45 ` Andrew Cagney
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Cagney @ 2001-12-29 11:34 UTC (permalink / raw)
  To: gdb-patches, Christopher Faylor

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

Hello,

The attached patch prunes the number of ARM targets to build when 
checking that a change doesn't badly break things.  I think dropping 
arm-coff is pretty obvious since it and arm-elf should be the same.

Not so obvious is arm-pe - Chris, thoughts?

Andrew

[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 823 bytes --]

2001-12-30  Andrew Cagney  <ac131313@redhat.com>

	* MAINTAINERS: Remove arm-coff and arm-pe from target list.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.136
diff -p -r1.136 MAINTAINERS
*** MAINTAINERS	2001/12/24 20:07:01	1.136
--- MAINTAINERS	2001/12/29 19:25:27
*************** maintainer works with the native maintai
*** 60,66 ****
  	arc		--target=arc-elf ,-Werror
  			Maintenance only
  
! 	arm		--target=arm-coff,arm-elf,arm-pe -w
  			Fernando Nasser		fnasser@redhat.com
  			Scott Bambrough		scottb@netwinder.org
  
--- 60,66 ----
  	arc		--target=arc-elf ,-Werror
  			Maintenance only
  
! 	arm		--target=arm-elf -w
  			Fernando Nasser		fnasser@redhat.com
  			Scott Bambrough		scottb@netwinder.org
  

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [patch/rfa] Drop some arm-* targets
  2001-12-29 11:34 [patch/rfa] Drop some arm-* targets Andrew Cagney
@ 2002-01-13 12:45 ` Andrew Cagney
  2002-01-13 13:28   ` Christopher Faylor
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Cagney @ 2002-01-13 12:45 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb-patches, Christopher Faylor

> Hello,
> 
> The attached patch prunes the number of ARM targets to build when checking that a change doesn't badly break things.  I think dropping arm-coff is pretty obvious since it and arm-elf should be the same.
> 
> Not so obvious is arm-pe - Chris, thoughts?


Chris is ok with this so I've checked it in.

Andrew

> 2001-12-30  Andrew Cagney  <ac131313@redhat.com>
> 
> * MAINTAINERS: Remove arm-coff and arm-pe from target list.
> 
> Index: MAINTAINERS
> ===================================================================
> RCS file: /cvs/src/src/gdb/MAINTAINERS,v
> retrieving revision 1.136
> diff -p -r1.136 MAINTAINERS
> *** MAINTAINERS	2001/12/24 20:07:01	1.136
> --- MAINTAINERS	2001/12/29 19:25:27
> *************** maintainer works with the native maintai
> *** 60,66 ****
>   	arc		--target=arc-elf ,-Werror
>   			Maintenance only
>   
> ! 	arm		--target=arm-coff,arm-elf,arm-pe -w
>   			Fernando Nasser		fnasser@redhat.com
> Scott Bambrough		scottb@netwinder.org
> --- 60,66 ----
>   	arc		--target=arc-elf ,-Werror
>   			Maintenance only
>   
> ! 	arm		--target=arm-elf -w
>   			Fernando Nasser		fnasser@redhat.com
> Scott Bambrough		scottb@netwinder.org
> 





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [patch/rfa] Drop some arm-* targets
  2002-01-13 12:45 ` Andrew Cagney
@ 2002-01-13 13:28   ` Christopher Faylor
  2002-01-14  7:58     ` Elena Zannoni
  2002-01-14 17:30     ` Andrew Cagney
  0 siblings, 2 replies; 7+ messages in thread
From: Christopher Faylor @ 2002-01-13 13:28 UTC (permalink / raw)
  To: gdb-patches

On Sun, Jan 13, 2002 at 03:45:50PM -0500, Andrew Cagney wrote:
>>Hello,
>>
>>The attached patch prunes the number of ARM targets to build when checking 
>>that a change doesn't badly break things.  I think dropping arm-coff is 
>>pretty obvious since it and arm-elf should be the same.
>>
>>Not so obvious is arm-pe - Chris, thoughts?
>
>Chris is ok with this so I've checked it in.

Actually, maybe it's a corollary of the above, bu I think we should
obsolete the WinCE targets.  So the files wince.c, wince-stub.c, and
wince-stub.h should go.  These files are also used for mips-pe and
sh-pe.

I guess I'm sort of the maintainer of these packages but I really don't
have any interest in maintaining them.  AFAIK, both binutils and gcc both
are no longer capable of building Windows CE binaries.

cgf

>>2001-12-30  Andrew Cagney  <ac131313@redhat.com>
>>
>>* MAINTAINERS: Remove arm-coff and arm-pe from target list.
>>
>>Index: MAINTAINERS
>>===================================================================
>>RCS file: /cvs/src/src/gdb/MAINTAINERS,v
>>retrieving revision 1.136
>>diff -p -r1.136 MAINTAINERS
>>*** MAINTAINERS	2001/12/24 20:07:01	1.136
>>--- MAINTAINERS	2001/12/29 19:25:27
>>*************** maintainer works with the native maintai
>>*** 60,66 ****
>>  	arc		--target=arc-elf ,-Werror
>>  			Maintenance only
>>  
>>! 	arm		--target=arm-coff,arm-elf,arm-pe -w
>>  			Fernando Nasser		fnasser@redhat.com
>>Scott Bambrough		scottb@netwinder.org
>>--- 60,66 ----
>>  	arc		--target=arc-elf ,-Werror
>>  			Maintenance only
>>  
>>! 	arm		--target=arm-elf -w
>>  			Fernando Nasser		fnasser@redhat.com
>>Scott Bambrough		scottb@netwinder.org
>>
>
>

-- 
cgf@redhat.com                        Red Hat, Inc.
http://sources.redhat.com/            http://www.redhat.com/


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [patch/rfa] Drop some arm-* targets
  2002-01-13 13:28   ` Christopher Faylor
@ 2002-01-14  7:58     ` Elena Zannoni
  2002-01-14 17:30     ` Andrew Cagney
  1 sibling, 0 replies; 7+ messages in thread
From: Elena Zannoni @ 2002-01-14  7:58 UTC (permalink / raw)
  To: Christopher Faylor; +Cc: gdb-patches

Christopher Faylor writes:
 > On Sun, Jan 13, 2002 at 03:45:50PM -0500, Andrew Cagney wrote:
 > >>Hello,
 > >>
 > >>The attached patch prunes the number of ARM targets to build when checking 
 > >>that a change doesn't badly break things.  I think dropping arm-coff is 
 > >>pretty obvious since it and arm-elf should be the same.
 > >>
 > >>Not so obvious is arm-pe - Chris, thoughts?
 > >
 > >Chris is ok with this so I've checked it in.
 > 
 > Actually, maybe it's a corollary of the above, bu I think we should
 > obsolete the WinCE targets.  So the files wince.c, wince-stub.c, and
 > wince-stub.h should go.  These files are also used for mips-pe and
 > sh-pe.

Some WCE specific ifdefs have been already deleted from sh-tdep.c,
back in May 2001. So yes, kill them.

Elena


 > 
 > I guess I'm sort of the maintainer of these packages but I really don't
 > have any interest in maintaining them.  AFAIK, both binutils and gcc both
 > are no longer capable of building Windows CE binaries.
 > 
 > cgf
 > 
 > >>2001-12-30  Andrew Cagney  <ac131313@redhat.com>
 > >>
 > >>* MAINTAINERS: Remove arm-coff and arm-pe from target list.
 > >>
 > >>Index: MAINTAINERS
 > >>===================================================================
 > >>RCS file: /cvs/src/src/gdb/MAINTAINERS,v
 > >>retrieving revision 1.136
 > >>diff -p -r1.136 MAINTAINERS
 > >>*** MAINTAINERS	2001/12/24 20:07:01	1.136
 > >>--- MAINTAINERS	2001/12/29 19:25:27
 > >>*************** maintainer works with the native maintai
 > >>*** 60,66 ****
 > >>  	arc		--target=arc-elf ,-Werror
 > >>  			Maintenance only
 > >>  
 > >>! 	arm		--target=arm-coff,arm-elf,arm-pe -w
 > >>  			Fernando Nasser		fnasser@redhat.com
 > >>Scott Bambrough		scottb@netwinder.org
 > >>--- 60,66 ----
 > >>  	arc		--target=arc-elf ,-Werror
 > >>  			Maintenance only
 > >>  
 > >>! 	arm		--target=arm-elf -w
 > >>  			Fernando Nasser		fnasser@redhat.com
 > >>Scott Bambrough		scottb@netwinder.org
 > >>
 > >
 > >
 > 
 > -- 
 > cgf@redhat.com                        Red Hat, Inc.
 > http://sources.redhat.com/            http://www.redhat.com/


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [patch/rfa] Drop some arm-* targets
  2002-01-13 13:28   ` Christopher Faylor
  2002-01-14  7:58     ` Elena Zannoni
@ 2002-01-14 17:30     ` Andrew Cagney
  2002-01-14 17:42       ` Christopher Faylor
  1 sibling, 1 reply; 7+ messages in thread
From: Andrew Cagney @ 2002-01-14 17:30 UTC (permalink / raw)
  To: Christopher Faylor; +Cc: gdb-patches


> 
> Actually, maybe it's a corollary of the above, bu I think we should
> obsolete the WinCE targets.  So the files wince.c, wince-stub.c, and
> wince-stub.h should go.  These files are also used for mips-pe and
> sh-pe.
> 
> I guess I'm sort of the maintainer of these packages but I really don't
> have any interest in maintaining them.  AFAIK, both binutils and gcc both
> are no longer capable of building Windows CE binaries.


Like the idea.  Would you like to, or do you want me to ``drive this one 
forward'' ... :-)

Andrew




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [patch/rfa] Drop some arm-* targets
  2002-01-14 17:30     ` Andrew Cagney
@ 2002-01-14 17:42       ` Christopher Faylor
  2002-01-14 17:49         ` Andrew Cagney
  0 siblings, 1 reply; 7+ messages in thread
From: Christopher Faylor @ 2002-01-14 17:42 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb-patches

On Mon, Jan 14, 2002 at 08:30:45PM -0500, Andrew Cagney wrote:
>
>>
>>Actually, maybe it's a corollary of the above, bu I think we should
>>obsolete the WinCE targets.  So the files wince.c, wince-stub.c, and
>>wince-stub.h should go.  These files are also used for mips-pe and
>>sh-pe.
>>
>>I guess I'm sort of the maintainer of these packages but I really don't
>>have any interest in maintaining them.  AFAIK, both binutils and gcc both
>>are no longer capable of building Windows CE binaries.
>
>
>Like the idea.  Would you like to, or do you want me to ``drive this one 
>forward'' ... :-)

Do I just have to remove the target from Makefile.in and submit the patch
here?

If so, I'll do it.

cgf


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [patch/rfa] Drop some arm-* targets
  2002-01-14 17:42       ` Christopher Faylor
@ 2002-01-14 17:49         ` Andrew Cagney
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Cagney @ 2002-01-14 17:49 UTC (permalink / raw)
  To: Christopher Faylor; +Cc: gdb-patches


> Do I just have to remove the target from Makefile.in and submit the patch
> here?
> 
> If so, I'll do it.
> 
> cgf


Unfortunatly no.  The process goes something like:

	o	post intent to gdb@

		wait

	o	post intent to gdb-announce@

		wait

	o	mark all relevant files with
		OBSOLETE comments

		wait for a release to occure

	o	remove the code

Andrew


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-01-15  1:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-29 11:34 [patch/rfa] Drop some arm-* targets Andrew Cagney
2002-01-13 12:45 ` Andrew Cagney
2002-01-13 13:28   ` Christopher Faylor
2002-01-14  7:58     ` Elena Zannoni
2002-01-14 17:30     ` Andrew Cagney
2002-01-14 17:42       ` Christopher Faylor
2002-01-14 17:49         ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox