From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13216 invoked by alias); 6 Mar 2006 01:25:52 -0000 Received: (qmail 13200 invoked by uid 22791); 6 Mar 2006 01:25:52 -0000 X-Spam-Check-By: sourceware.org Received: from gateway.sf.frob.com (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 06 Mar 2006 01:25:51 +0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 693BE357B; Sun, 5 Mar 2006 17:25:48 -0800 (PST) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id EBA20180A3D; Sun, 5 Mar 2006 17:25:47 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: "David S. Miller" Cc: libc-hacker@sources.redhat.com Subject: Re: [PATCH]: Fix sparc64 shlib-versions target strings In-Reply-To: David S. Miller's message of Sunday, 5 March 2006 16:02:26 -0800 <20060305.160226.58453343.davem@davemloft.net> X-Shopping-List: (1) Fermented redeemers (2) Courageous sacrilegious perplexers (3) Midget approval (4) Tenacious polluters (5) Licentious imports Message-Id: <20060306012547.EBA20180A3D@magilla.sf.frob.com> Date: Mon, 06 Mar 2006 01:25:00 -0000 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00026.txt.bz2 > If we don't use "sparc64.*" we don't catch "sparc64b" and "sparc64v". > > 2006-03-05 David S. Miller > > * shlib-versions: Use sparc64.*-.*-.* Applied. Thanks, Roland