Author: madcoder Date: 2007-11-01 21:28:38 +0000 (Thu, 01 Nov 2007) New Revision: 2647
Modified: glibc-package/branches/glibc-2.7/debian/patches/alpha/submitted-PTR_MANGLE.diff Log: we don't want stdint.h after all Signed-off-by: Pierre Habouzit <[EMAIL PROTECTED]> Modified: glibc-package/branches/glibc-2.7/debian/patches/alpha/submitted-PTR_MANGLE.diff =================================================================== --- glibc-package/branches/glibc-2.7/debian/patches/alpha/submitted-PTR_MANGLE.diff 2007-11-01 20:57:54 UTC (rev 2646) +++ glibc-package/branches/glibc-2.7/debian/patches/alpha/submitted-PTR_MANGLE.diff 2007-11-01 21:28:38 UTC (rev 2647) @@ -45,15 +45,13 @@ #endif /* ASSEMBLER */ --- glibc-2.7.orig/sysdeps/unix/sysv/linux/alpha/sysdep.h +++ glibc-2.7/sysdeps/unix/sysv/linux/alpha/sysdep.h -@@ -98,4 +98,42 @@ +@@ -98,4 +98,40 @@ INTERNAL_SYSCALL1(name, err_out, nr, args); \ }) +/* Pointer mangling support. Note that tls access is slow enough that + we don't deoptimize things by placing the pointer check value there. */ + -+#include <stdint.h> -+ +#if defined NOT_IN_libc && defined IS_IN_rtld +# ifdef __ASSEMBLER__ +# define PTR_MANGLE(dst, src, tmp) \ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]