From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16218 invoked by alias); 9 Apr 2003 16:16:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16205 invoked from network); 9 Apr 2003 16:16:50 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 9 Apr 2003 16:16:50 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D3A362B23; Wed, 9 Apr 2003 12:16:39 -0400 (EDT) Message-ID: <3E944767.6090207@redhat.com> Date: Wed, 09 Apr 2003 16:16:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch rfc] Obsolete mips*-*-mach3* References: <3E8B2C97.4090403@redhat.com> <3E8B3BE0.7000708@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00162.txt.bz2 > Hello, > > This patch follows through the proposal to obsolete the mips*-*-mach3* system (host and target). It was the old DEC PMAX machine. > > Baring problems, I'll commit in a week, > Andrew > > > > 2003-04-02 Andrew Cagney > > Obsolete mips*-*-mach3*. > * NEWS: Mention that mips*-*-mach3* is obsolete. > * config/nm-m3.h: Obsolete file. > * config/mips/tm-mipsm3.h: Obsolete file. > * config/mips/mipsm3.mt: Obsolete file. > * config/mips/mipsm3.mh: Obsolete file. > * config/mips/xm-mipsm3.h: Obsolete file. > * mipsm3-nat.c: Obsolete file. > * configure.host: Obsolete mips-dec-mach3*. > * configure.tgt: Obsolete mips*-*-mach3*. > > PS: * m3-nat.c: Obsolete file. > > I missed one. I've checked this in. Andrew