From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11132 invoked by alias); 20 Jun 2002 08:10:58 -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 11008 invoked from network); 20 Jun 2002 08:10:51 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 20 Jun 2002 08:10:51 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g5K81q911626; Thu, 20 Jun 2002 04:01:52 -0400 Received: from mail.redhat.de (IDENT:postfix@bochum.stuttgart.redhat.com [172.16.2.13]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g5K8Alr16083; Thu, 20 Jun 2002 04:10:47 -0400 Received: from saturn.hollstein.net (manfredh-cipe.stuttgart.redhat.com [172.16.3.16]) by mail.redhat.de (Postfix) with ESMTP id 02CAC2398A; Thu, 20 Jun 2002 10:10:45 +0200 (CEST) Received: from merkur.hollstein.net (merkur.hollstein.net [192.168.5.14]) by saturn.hollstein.net (8.11.6/8.11.6) with ESMTP id g5K8Ahv06319; Thu, 20 Jun 2002 10:10:43 +0200 Subject: Re: [patch] remove references to librx from top level From: Manfred Hollstein To: Jeff Law Cc: DJ Delorie , neroden@doctormoo.dyndns.org, gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com In-Reply-To: <20847.1024511721@porcupine.cygnus.com> References: <20847.1024511721@porcupine.cygnus.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 20 Jun 2002 01:10:00 -0000 Message-Id: <1024560643.17644.1.camel@merkur.hollstein.net> Mime-Version: 1.0 X-SW-Source: 2002-06/txt/msg00391.txt.bz2 On Wed, 2002-06-19 at 20:35, law@redhat.com wrote: > In message <200206191742.g5JHgXV14139@greed.delorie.com>, DJ Delorie writes: > > > > IIRC librx was originally needed for libstdc++ (pre-v3). I can't find > > any traces of it either. Anyone else know of a reason why librx used > > to be around? > librx was indeed used for the old (pre-v3) libstdc++ library. It can > probably be zapped now. Well, it was actually needed for libg++, but since that lib is dead now, too, I agree that librx can be eliminated. > jeff Cheers. l8er manfred