This is the mail archive of the gdb@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]

Retire the MPW support from toplevel and binutils


GNU support for MPW (Macintosh Programmer's Workshop) stopped working
some years ago, and has long since been flushed from GCC and GDB. So
I'm going to save everybody some disk space and remove the support bits
from the rest of src/, starting with this patch to the top level,
preapproved by DJ. (If a binutils maintainer would like to preapprove
the necessary binutils patches, that would be efficient.)

Stan

2004-03-24 Stan Shebs <shebs@apple.com>

       Remove MPW support, no longer used.
       * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
       mpw-install: Remove files.
       * src-release (DEVO_SUPPORT): Remove names of removed files.
       * MAINTAINERS: Likewise.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/MAINTAINERS,v
retrieving revision 1.21
diff -p -r1.21 MAINTAINERS
*** MAINTAINERS 23 Aug 2003 08:51:04 -0000      1.21
--- MAINTAINERS 25 Mar 2004 01:42:45 -0000
*************** winsup/
*** 100,107 ****
       General discussion cygwin@sources.redhat.com.
       See also winsup/MAINTAINERS.

! expect/; config-ml.in; mpw-README; mpw-build.in; mpw-config.in;
! mpw-configure; mpw-install; setup.com; missing; makefile.vms; utils/;
 config/; config.if; makefile.vms; missing; ylwrap; mkdep; etc/;
 install-sh; intl/
       Ask DJ Delorie <dj@redhat.com> after reading the libiberty entry.
--- 100,106 ----
       General discussion cygwin@sources.redhat.com.
       See also winsup/MAINTAINERS.

! expect/; config-ml.in; setup.com; missing; makefile.vms; utils/;
 config/; config.if; makefile.vms; missing; ylwrap; mkdep; etc/;
 install-sh; intl/
       Ask DJ Delorie <dj@redhat.com> after reading the libiberty entry.
Index: src-release
===================================================================
RCS file: /cvs/src/src/src-release,v
retrieving revision 1.10
diff -p -r1.10 src-release
*** src-release 28 Feb 2004 21:52:04 -0000      1.10
--- src-release 25 Mar 2004 01:42:46 -0000
*************** PWD = $${PWDCMD-pwd}
*** 45,51 ****
 # distribution (perhaps it would be better to include it anyway).
 DEVO_SUPPORT= README Makefile.in configure configure.in \
       config.guess config.if config.sub config move-if-change \
-       mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \
       COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
       mkinstalldirs ltconfig ltmain.sh missing ylwrap \
       libtool.m4 gettext.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh \
--- 45,50 ----


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