glibc/sysdeps/unix/sysv/linux/alpha/dl-sysdep.c
Richard Henderson 45e3c40653 alpha: Only define __libc_alpha_cache_shape in dl-sysdep.c.
The static program builds in libc were getting multiple
definition errors between dl-sysdep and dl-support.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26 13:17:53 -07:00

6 lines
125 B
C

#include "dl-auxv.h"
long __libc_alpha_cache_shape[4] = { -2, -2, -2, -2 };
#include <sysdeps/unix/sysv/linux/dl-sysdep.c>