This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

[patch/rfa] Drop some arm-* targets


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
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
  

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