Deleted Added
full compact
2c2
< # $FreeBSD: head/lib/msun/Makefile 251404 2013-06-05 05:33:01Z das $
---
> # $FreeBSD: head/lib/msun/Makefile 251599 2013-06-10 06:04:58Z das $
97,98c97,98
< COMMON_SRCS+= e_acosl.c e_asinl.c e_atan2l.c e_fmodl.c \
< e_hypotl.c e_remainderl.c e_sqrtl.c \
---
> COMMON_SRCS+= e_acoshl.c e_acosl.c e_asinl.c e_atan2l.c e_atanhl.c \
> e_fmodl.c e_hypotl.c e_remainderl.c e_sqrtl.c \
100c100
< s_atanl.c s_cbrtl.c s_ceill.c s_cosl.c s_cprojl.c \
---
> s_asinhl.c s_atanl.c s_cbrtl.c s_ceill.c s_cosl.c s_cprojl.c \
141c141
< MLINKS+=acosh.3 acoshf.3
---
> MLINKS+=acosh.3 acoshf.3 acosh.3 acoshl.3
143c143
< MLINKS+=asinh.3 asinhf.3
---
> MLINKS+=asinh.3 asinhf.3 asinh.3 asinhl.3
145c145
< MLINKS+=atanh.3 atanhf.3
---
> MLINKS+=atanh.3 atanhf.3 atanh.3 atanhl.3