From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19966 invoked by alias); 15 Nov 2011 00:32:57 -0000 Received: (qmail 19849 invoked by uid 22791); 15 Nov 2011 00:32:55 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Nov 2011 00:32:43 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=EU1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1RQ6x8-00046W-4c from joseph_myers@mentor.com ; Mon, 14 Nov 2011 16:32:42 -0800 Received: from digraph.polyomino.org.uk ([172.16.63.104]) by EU1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 15 Nov 2011 00:32:40 +0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.74) (envelope-from ) id 1RQ6x5-0007g2-CG; Tue, 15 Nov 2011 00:32:39 +0000 Date: Tue, 15 Nov 2011 00:32:00 -0000 From: "Joseph S. Myers" To: Chris Metcalf cc: libc-ports@sourceware.org, Arnd Bergmann , Linas Vepstas , Guan Xuetao , Jonas Bonn , Chen Liqin Subject: Re: [PATCH v2 2/10] Tilera (and Linux asm-generic) support for glibc In-Reply-To: <201111100056.pAA0uCHU025794@farm-0002.internal.tilera.com> Message-ID: References: <201111100054.pAA0sf6u025585@farm-0002.internal.tilera.com> <201111100056.pAA0uCHU025794@farm-0002.internal.tilera.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00045.txt.bz2 On Wed, 9 Nov 2011, Chris Metcalf wrote: > +libc { > + GLIBC_2.12 { > + fallocate64; As noted before, I think GLIBC_2.15 is the closest to a generic version for this - although most targets may override it (directly or implicitly through shlib-versions specifying a later minimum version for the target), as your sysdeps/unix/sysv/linux/tile/Versions does. OK with this changed to GLIBC_2.15. -- Joseph S. Myers joseph@codesourcery.com