This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[patch/rfa] Drop some arm-* targets
- From: Andrew Cagney <ac131313 at cygnus dot com>
- To: gdb-patches at sources dot redhat dot com,Christopher Faylor <cgf at redhat dot com>
- Date: Sun, 30 Dec 2001 05:04:21 +0930
- Subject: [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