From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28078 invoked by alias); 10 Jun 2002 23:42:22 -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 28047 invoked from network); 10 Jun 2002 23:42:21 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 10 Jun 2002 23:42:21 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 638223EC6; Mon, 10 Jun 2002 19:42:22 -0400 (EDT) Message-ID: <3D05395E.8010203@cygnus.com> Date: Mon, 10 Jun 2002 16:42:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc3) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: Purge dead code from MIPS References: <20020610035708.GA9148@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00164.txt.bz2 > A lot of code is left over from before MIPS flipped to GDB_MULTI_ARCH == 1. > It's all been dead since Jun 8, 2000, so I see no need to keep it; and it's > one more thing out of the tm files. Look good, Andrew? Wow, that long! Yes, definitly. Andrew