From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32294 invoked by alias); 22 Aug 2002 21:53:26 -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 32287 invoked from network); 22 Aug 2002 21:53:25 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 22 Aug 2002 21:53:25 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 420D13C48; Thu, 22 Aug 2002 17:53:23 -0400 (EDT) Message-ID: <3D655D53.2030605@ges.redhat.com> Date: Thu, 22 Aug 2002 14:56:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Obsolete the i960 target References: <3D5C30DD.8050405@ges.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00721.txt.bz2 > 2002-08-15 Andrew Cagney > > * NEWS: Mention that the i960 has been made obsolete. > * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and > i960-tdep.c > (remote-nrom.o): Obsolete target. > (remote-nindy.o, i960-tdep.o): Ditto. > * remote-nrom.c: Make file obsolete. > * remote-nindy.c, remote-vx960.c: Ditto. > * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto. > * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto. > * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto. > * config/i960/tm-mon960.h, i960-tdep.c: Ditto. > * configure.tgt: Make i960-*-bout*, i960-nindy-coff*, > i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and > i960-*-vxworks* obsolete. > * MAINTAINERS: Note that the i960 is obsolete. > I've checked this in. Andrew