From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17886 invoked by alias); 6 Oct 2003 19:50:00 -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 17861 invoked from network); 6 Oct 2003 19:49:59 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 6 Oct 2003 19:49:59 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9E8A52B89; Mon, 6 Oct 2003 15:49:58 -0400 (EDT) Message-ID: <3F81C766.4070403@redhat.com> Date: Mon, 06 Oct 2003 19:50:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: gdb-patches@sources.redhat.com Subject: Re: rm OBSOLETE away References: <3F81B6F8.2010807@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00118.txt.bz2 > On Mon, 06 Oct 2003 14:39:52 -0400, Andrew Cagney said: > > >> With 6.0 released, all that OBSOLETE code can go. Expect a few jumbo >> patches in comming hours .... > > > I happened to notice while looking at Makefile.in recently that not > all the obsolete stuff in there is marked as OBSOLETE. The one bit > that I noticed was the special compilation rule for z8k-tdep.o; there > might be others. Yep. Have a look at the "evil" script: http://sources.redhat.com/gdb/current/ari/gdb_makefile.sh which I'll (now that you've reminded me :-) run over Makefile.in. Andrew