patches/glibc/ports-2.10.1/440-alpha-cache-shape.patch
changeset 1625 fde082da9813
child 1655 20a3813e7ca3
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/ports-2.10.1/440-alpha-cache-shape.patch	Fri Nov 13 21:37:18 2009 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +older verisons of glibc would build dl-sysdep as shared-only and dl-support as
     1.5 +static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
     1.6 +glibc build dl-sysdep as both shared and static which means we now have symbol
     1.7 +duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
     1.8 +is both shared/static, there is no point in hooking dl-support anymore, so we
     1.9 +can punt it.
    1.10 +
    1.11 +diff -durN glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/dl-support.c glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/dl-support.c
    1.12 +--- glibc-2.10.1.orig/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/dl-support.c	2009-05-16 10:36:20.000000000 +0200
    1.13 ++++ glibc-2.10.1/glibc-ports-2.10.1/sysdeps/unix/sysv/linux/alpha/dl-support.c	2009-11-13 00:50:53.000000000 +0100
    1.14 +@@ -1,2 +0,0 @@
    1.15 +-#include "dl-auxv.h"
    1.16 +-#include <elf/dl-support.c>
    1.17 +diff -durN glibc-2.10.1.orig/ports/sysdeps/unix/sysv/linux/alpha/dl-support.c glibc-2.10.1/ports/sysdeps/unix/sysv/linux/alpha/dl-support.c