From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20806 invoked by alias); 6 Mar 2006 00:02:36 -0000 Received: (qmail 20786 invoked by uid 22791); 6 Mar 2006 00:02:34 -0000 X-Spam-Check-By: sourceware.org Received: from dsl027-180-168.sfo1.dsl.speakeasy.net (HELO sunset.davemloft.net) (216.27.180.168) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 06 Mar 2006 00:02:12 +0000 Received: from localhost ([127.0.0.1] ident=davem) by sunset.davemloft.net with esmtp (Exim 4.60) (envelope-from ) id 1FG3BC-0004hz-AC for libc-hacker@sources.redhat.com; Sun, 05 Mar 2006 16:02:26 -0800 Date: Mon, 06 Mar 2006 00:02:00 -0000 Message-Id: <20060305.160226.58453343.davem@davemloft.net> To: libc-hacker@sources.redhat.com Subject: [PATCH]: Fix sparc64 shlib-versions target strings From: "David S. Miller" Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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/msg00024.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.*-.*-.* Index: shlib-versions =================================================================== RCS file: /cvs/glibc/libc/shlib-versions,v retrieving revision 1.72 diff -u -p -r1.72 shlib-versions --- shlib-versions 28 Feb 2006 10:17:18 -0000 1.72 +++ shlib-versions 5 Mar 2006 23:45:40 -0000 @@ -40,14 +40,14 @@ s390x-.*-.* WORDSIZE32 s390-@VENDOR@-@ s390-.*-.* WORDSIZE64 s390x-@VENDOR@-@OS@ powerpc64-.*-.* WORDSIZE32 powerpc-@VENDOR@-@OS@ powerpc.*-.*-.* WORDSIZE64 powerpc64-@VENDOR@-@OS@ -sparc64-.*-.* WORDSIZE32 sparc-@VENDOR@-@OS@ +sparc64.*-.*-.* WORDSIZE32 sparc-@VENDOR@-@OS@ sparc.*-.*-.* WORDSIZE64 sparc64-@VENDOR@-@OS@ # Configuration Library=version Earliest symbol set (optional) # ------------- --------------- ------------------------------ # The interface to -lm depends mostly only on cpu, not on operating system. -sparc64-.*-linux.* libm=6 GLIBC_2.2 +sparc64.*-.*-linux.* libm=6 GLIBC_2.2 alpha.*-.*-linux.* libm=6.1 ia64-.*-linux.* libm=6.1 GLIBC_2.2 sh.*-.*-linux.* libm=6 GLIBC_2.2 @@ -58,7 +58,7 @@ sh.*-.*-linux.* libm=6 GLIBC_2.2 alpha.*-.*-linux.* libc=6.1 ia64-.*-linux.* libc=6.1 GLIBC_2.2 sh.*-.*-linux.* libc=6 GLIBC_2.2 -sparc64-.*-linux.* libc=6 GLIBC_2.2 +sparc64.*-.*-linux.* libc=6 GLIBC_2.2 .*-.*-linux.* libc=6 # libmachuser.so.1 corresponds to mach/*.defs as of Utah's UK22 release. @@ -72,7 +72,7 @@ sparc64-.*-linux.* libc=6 GLIBC_2.2 # The dynamic loader also requires different names. i.86-.*-linux.* ld=ld-linux.so.2 -sparc64-.*-linux.* ld=ld-linux.so.2 GLIBC_2.2 +sparc64.*-.*-linux.* ld=ld-linux.so.2 GLIBC_2.2 sparc.*-.*-linux.* ld=ld-linux.so.2 alpha.*-.*-linux.* ld=ld-linux.so.2 sh.*-.*-linux.* ld=ld-linux.so.2 GLIBC_2.2 @@ -121,7 +121,7 @@ alpha.*-.*-linux.* libcrypt=1.1 alpha.*-.*-linux.* libBrokenLocale=1.1 ia64-.*-.* libBrokenLocale=1 GLIBC_2.2 sh.*-.*-.* libBrokenLocale=1 GLIBC_2.2 -sparc64-.*-.* libBrokenLocale=1 GLIBC_2.2 +sparc64.*-.*-.* libBrokenLocale=1 GLIBC_2.2 .*-.*-.* libBrokenLocale=1 # The real-time library from POSIX.1b.