From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3806 invoked by alias); 9 Dec 2001 21:43:45 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3587 invoked from network); 9 Dec 2001 21:42:28 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 9 Dec 2001 21:42:28 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id NAA06931; Sun, 9 Dec 2001 13:42:25 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id OAA18966; Sun, 9 Dec 2001 14:42:13 -0700 Date: Sun, 09 Dec 2001 13:43:00 -0000 From: Kevin Buettner Message-Id: <1011209214213.ZM18965@ocotillo.lan> In-Reply-To: Jim Blandy "linux-thread.o no longer used" (Dec 8, 2:36pm) References: <20011208193605.9BEB55E9D8@zwingli.cygnus.com> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Jim Blandy , gdb@sources.redhat.com Subject: Re: linux-thread.o no longer used MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00104.txt.bz2 On Dec 8, 2:36pm, Jim Blandy wrote: > With the change I just committed below, there are no longer any users > of linux-thread.o. Can we delete this file? lin-thread.[co] is another one that's no longer used. For both of these files, it may be better to just mark them as obsolete for a while since it's occassionally useful to be able to refer to these old versions. Of course if it is deleted, we can still check out an old version of the file from the Attic, but it is somewhat less convenient than just having the file there to look at. Kevin