From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5467 invoked by alias); 22 May 2002 14:52:11 -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 5405 invoked from network); 22 May 2002 14:52:05 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 22 May 2002 14:52:05 -0000 Received: from romulus.sfbay.redhat.com (romulus.sfbay.redhat.com [172.16.27.251]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id HAA27855; Wed, 22 May 2002 07:52:03 -0700 (PDT) Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g4MEpt018799; Wed, 22 May 2002 07:51:55 -0700 Date: Wed, 22 May 2002 08:59:00 -0000 From: Kevin Buettner Message-Id: <1020522145155.ZM18798@localhost.localdomain> In-Reply-To: Jason R Thorpe "[PATCH] Some NetBSD shlib cleanup" (May 21, 8:59pm) References: <20020521205915.Z1075@dr-evil.shagadelic.org> To: Jason R Thorpe , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Some NetBSD shlib cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00857.txt.bz2 On May 21, 8:59pm, Jason R Thorpe wrote: > Along the way, I got annoyed with the tangled mess of SVR4_SHARED_LIBS > and whatnot in the NetBSD nm/tm header files, so I decided they just > had to go. Yeah, this bothered me too when I looked at it a while back. Thanks for cleaning it up. Kevin