From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28437 invoked by alias); 25 Mar 2004 01:46:04 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28421 invoked from network); 25 Mar 2004 01:46:03 -0000 Received: from unknown (HELO mail-out3.apple.com) (17.254.13.22) by sources.redhat.com with SMTP; 25 Mar 2004 01:46:03 -0000 Received: from mailgate1.apple.com (a17-128-100-225.apple.com [17.128.100.225]) by mail-out3.apple.com (8.12.11/8.12.11) with ESMTP id i2P1k2Te005682; Wed, 24 Mar 2004 17:46:02 -0800 (PST) Received: from relay1.apple.com (relay1.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.3.6) with ESMTP id ; Wed, 24 Mar 2004 17:46:02 -0800 Received: from apple.com ([17.219.197.219]) by relay1.apple.com (8.12.11/8.12.11) with ESMTP id i2P1jiPk013937; Thu, 25 Mar 2004 01:45:45 GMT Message-ID: <406239C8.6020106@apple.com> Date: Thu, 25 Mar 2004 02:06:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: binutils@sources.redhat.com CC: gdb@sources.redhat.com Subject: Retire the MPW support from toplevel and binutils Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00245.txt.bz2 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 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 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 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 ----