1ifeq ($(subdir),stdlib) 2gen-as-const-headers += ucontext-offsets.sym 3endif 4 5ifeq ($(subdir),misc) 6sysdep_headers += alpha/ptrace.h alpha/regdef.h sys/io.h 7 8sysdep_routines += ieee_get_fp_control ieee_set_fp_control \ 9 ioperm 10 11# Support old timeval32 entry points 12sysdep_routines += osf_adjtime osf_gettimeofday osf_settimeofday \ 13 osf_getitimer osf_setitimer osf_utimes \ 14 osf_getrusage osf_wait4 15 16CFLAGS-ioperm.c = -Wa,-mev6 17endif 18 19ifeq ($(subdir),signal) 20sysdep_routines += rt_sigaction 21endif 22 23ifeq ($(subdir),math) 24# These 2 routines are normally in libgcc{.a,_s.so.1}. 25# However, alpha -mlong-double-128 libgcc relies on 26# glibc providing _Ots* routines and without these files 27# glibc relies on __multc3/__divtc3 only provided 28# by libgcc if configured with -mlong-double-128. 29# Provide these routines here as well. 30libm-routines += multc3 divtc3 31endif # math 32 33ifeq ($(subdir),conform) 34# For bug 21260. 35conformtest-xfail-conds += alpha-linux 36endif 37