From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18893 invoked by alias); 29 Mar 2006 23:00:00 -0000 Received: (qmail 18883 invoked by uid 22791); 29 Mar 2006 22:59:59 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 29 Mar 2006 22:59:59 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FOjds-0002xt-Ck; Wed, 29 Mar 2006 17:59:56 -0500 Date: Wed, 29 Mar 2006 23:40:00 -0000 From: Daniel Jacobowitz To: Steve Ellcey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Remove gdb/nlm subdirectory Message-ID: <20060329225956.GB9916@nevyn.them.org> Mail-Followup-To: Steve Ellcey , gdb-patches@sourceware.org References: <200603240102.RAA18110@hpsje.cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603240102.RAA18110@hpsje.cup.hp.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00350.txt.bz2 On Thu, Mar 23, 2006 at 05:02:56PM -0800, Steve Ellcey wrote: > A few days ago I sent out a question about the gdb/nlm subdirectory to > the gdb mailing list and why it used autoconf 2.13 instead of autoconf > 2.59 like the rest of gdb. While it appears the subdirectory could be > updated it also looks like nobody is using it anymore and that it could > be removed from gdb. > > So here is a patch to remove the gdb/nlm subdirectory. I don't have a > netware platform on which to test this, but I did test it on a couple of > other platforms just to make sure my changes didn't break configure or > make in general. > > What do people think? Does one of the maintainers want to approve this > patch? Everyone now agrees. Yay! I've checked your patch in, along with the obvious blurb for NEWS. 2006-03-29 Daniel Jacobowitz * NEWS: Mention the removal of NLM. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.184 diff -u -p -r1.184 NEWS --- NEWS 10 Feb 2006 22:01:43 -0000 1.184 +++ NEWS 29 Mar 2006 22:58:30 -0000 @@ -51,6 +51,8 @@ network sockets or serial ports. The ARM rdi-share module. +The Netware NLM debug server. + *** Changes in GDB 6.4 * New native configurations -- Daniel Jacobowitz CodeSourcery