From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1412 invoked by alias); 16 Sep 2002 15:04:47 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 1395 invoked from network); 16 Sep 2002 15:04:47 -0000 Received: from unknown (HELO sccrmhc02.attbi.com) (204.127.202.62) by sources.redhat.com with SMTP; 16 Sep 2002 15:04:47 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020916150446.JDYG23613.sccrmhc02.attbi.com@ocean.lucon.org>; Mon, 16 Sep 2002 15:04:46 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 71322125D8; Mon, 16 Sep 2002 08:04:45 -0700 (PDT) Date: Mon, 16 Sep 2002 08:04:00 -0000 From: "H. J. Lu" To: Jakub Jelinek Cc: Andreas Jaeger , Roland McGrath , GNU libc hacker Subject: Re: problems with ctype... Message-ID: <20020916080445.B2206@lucon.org> References: <200209160512.g8G5CUF04935@dhcp187.sf.frob.com> <20020916090138.B1013@sunsite.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020916090138.B1013@sunsite.ms.mff.cuni.cz>; from jakub@redhat.com on Mon, Sep 16, 2002 at 09:01:38AM +0200 X-SW-Source: 2002-09/txt/msg00035.txt.bz2 On Mon, Sep 16, 2002 at 09:01:38AM +0200, Jakub Jelinek wrote: > > Ours is binutils 2.13.90.0.2. Well, we need to find out the oldest > binutils which worked ok and also write a binutils testcase whcih will > ensure this will work right from now on. I added at least one testcase to binutils for each symbol versioning bug I fixed. You can take a look at them. H.J.