This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] remove chown .symver for ppc64


Since PowerPC64's first implementation will be GLIBC_2.3 we should not
generate a symbol_version for GLIBC_2.0.

		
2002-09-27  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/unix/sysv/linux/powerpc/lchown.S[__WORDSIZE==32]: Only PPC32
	requires symbol_version for chown@GLIBC_2.0.

diff -rupPN libc23-cvstip-20020923/sysdeps/unix/sysv/linux/powerpc/lchown.S libc23-ppc64-stat/sysdeps/unix/sysv/linux/powerpc/lchown.S
--- libc23-cvstip-20020923/sysdeps/unix/sysv/linux/powerpc/lchown.S	Thu Jul  5 23:56:19 2001
+++ libc23-ppc64-stat/sysdeps/unix/sysv/linux/powerpc/lchown.S	Tue Sep 24 09:52:42 2002
@@ -30,6 +30,6 @@
 	ret
 	PSEUDO_END(__lchown)
 	weak_alias (__lchown, lchown)
-#if defined PIC && defined DO_VERSIONING
+#if defined PIC && defined DO_VERSIONING && __WORDSIZE == 32
 	symbol_version (__lchown, chown, GLIBC_2.0);
 #endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]