From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27369 invoked by alias); 2 Apr 2003 18:31:53 -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 27355 invoked from network); 2 Apr 2003 18:31:53 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 2 Apr 2003 18:31:53 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7EF742B23 for ; Wed, 2 Apr 2003 13:31:51 -0500 (EST) Message-ID: <3E8B2C97.4090403@redhat.com> Date: Wed, 02 Apr 2003 18:31: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: gdb-patches@sources.redhat.com Subject: [patch rfc] Obsolete mips*-*-mach3* Content-Type: multipart/mixed; boundary="------------000904050007060104030605" X-SW-Source: 2003-04/txt/msg00038.txt.bz2 This is a multi-part message in MIME format. --------------000904050007060104030605 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 188 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 --------------000904050007060104030605 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 2047 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*. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.105 diff -u -r1.105 NEWS --- NEWS 27 Mar 2003 15:23:17 -0000 1.105 +++ NEWS 2 Apr 2003 18:29:26 -0000 @@ -44,6 +44,7 @@ HP/PA running BSD hppa*-*-bsd* HP/PA running OSF/1 hppa*-*-osf* HP/PA Pro target hppa*-*-pro* +PMAX (MIPS) running Mach 3.0 mips*-*-mach3* * REMOVED configurations and files Index: configure.host =================================================================== RCS file: /cvs/src/src/gdb/configure.host,v retrieving revision 1.49 diff -u -r1.49 configure.host --- configure.host 27 Mar 2003 15:23:17 -0000 1.49 +++ configure.host 2 Apr 2003 18:29:26 -0000 @@ -94,7 +94,7 @@ m68*-sun-sunos4*) gdb_host=sun3os4 ;; m68*-sun-*) gdb_host=sun3os4 ;; -mips-dec-mach3*) gdb_host=mipsm3 ;; +# OBSOLETE mips-dec-mach3*) gdb_host=mipsm3 ;; mips-dec-*) gdb_host=decstation ;; mips-little-*) gdb_host=littlemips ;; mips-sgi-irix3*) gdb_host=irix3 ;; Index: configure.tgt =================================================================== RCS file: /cvs/src/src/gdb/configure.tgt,v retrieving revision 1.99 diff -u -r1.99 configure.tgt --- configure.tgt 27 Mar 2003 15:23:17 -0000 1.99 +++ configure.tgt 2 Apr 2003 18:29:26 -0000 @@ -172,7 +172,7 @@ build_gdbserver=yes ;; mips*-*-netbsd*) gdb_target=nbsd ;; -mips*-*-mach3*) gdb_target=mipsm3 ;; +# OBSOLETE mips*-*-mach3*) gdb_target=mipsm3 ;; mips*-*-sysv4*) gdb_target=mipsv4 ;; mips*-*-sysv*) gdb_target=bigmips ;; mips*-*-riscos*) gdb_target=bigmips ;; --------------000904050007060104030605--