From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27764 invoked by alias); 22 Jan 2009 00:01:00 -0000 Received: (qmail 27744 invoked by uid 22791); 22 Jan 2009 00:00:59 -0000 X-SWARE-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,BAYES_00,KAM_MX,RCVD_IN_DNSWL_HI X-Spam-Check-By: sourceware.org Received: from ns.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Jan 2009 00:00:55 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id E30BC446B5 for ; Thu, 22 Jan 2009 01:00:52 +0100 (CET) From: Andreas Schwab To: libc-hacker@sourceware.org Subject: Fix version map sorting X-Yow: I've been WRITING to SOPHIA LOREN every 45 MINUTES since JANUARY 1ST!! Date: Thu, 22 Jan 2009 00:01:00 -0000 Message-ID: User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00004.txt.bz2 The math/Versions file has an inline comment which is mishandled by the version map scripts: exp2; exp2f; # exp2l; -- bug omitted this until GLIBC_2.4 (below) Such inline comments are not stripped, and the dot in it becomes significant when sorting the temporary versions file. On targets where GLIBC_2.2 is the earliest version for libm this causes the file to be out of order: this line is sorted as if belonging to GLIBC_2.2.4. Fixed by putting the comment on a line by itself. Andreas. 2009-01-22 Andreas Schwab * math/Versions: Avoid inline comment. --- math/Versions 29 Mär 2005 11:41:38 +0200 1.9 +++ math/Versions 22 Jan 2009 00:42:47 +0100 @@ -94,7 +94,8 @@ libm { } GLIBC_2.1 { # mathematical functions - exp2; exp2f; # exp2l; -- bug omitted this until GLIBC_2.4 (below) + exp2; exp2f; + # exp2l; -- bug omitted this until GLIBC_2.4 (below) exp10; exp10f; exp10l; fdim; fdimf; fdiml; fma; fmaf; fmal; -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."