From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30670 invoked by alias); 16 Sep 2002 23:01:01 -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 30620 invoked from network); 16 Sep 2002 23:00:59 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 16 Sep 2002 23:00:59 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8GMi1d13596 for ; Mon, 16 Sep 2002 18:44:01 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8GN0vd23979; Mon, 16 Sep 2002 19:00:57 -0400 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g8GN0uC13097; Mon, 16 Sep 2002 16:00:56 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g8GN0sI01514; Mon, 16 Sep 2002 16:00:54 -0700 Date: Mon, 16 Sep 2002 16:01:00 -0000 From: Kevin Buettner Message-Id: <1020916230054.ZM1513@localhost.localdomain> In-Reply-To: Joel Brobecker "[RFA] Remove osfsolib.c" (Sep 16, 3:50pm) References: <20020916225056.GB11029@gnat.com> To: Joel Brobecker , gdb-patches@sources.redhat.com Subject: Re: [RFA] Remove osfsolib.c MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00331.txt.bz2 On Sep 16, 3:50pm, Joel Brobecker wrote: > IIRC, osfsolib.c has been replaced by solib-osf.c. I checked the entire > gdb directory, and the only reference to this file is in Makefile.in. > Can I remove this file (cvs remove, and then cvs commit, right?)? > > 2002-09-16 Joel Brobecker > > * osfsolib.c: Remove file, replaced by solib-osf.c. > * Makefile.in: Remove compilation rules for osfsolib.c. Yes! (I thought this had been done already.) Thanks, Kevin