Deleted Added
full compact
2c2
< # $FreeBSD: head/lib/msun/Makefile 136385 2004-10-11 18:13:52Z stefanf $
---
> # $FreeBSD: head/lib/msun/Makefile 140088 2005-01-11 23:12:55Z das $
55c55
< s_cos.S s_finite.S s_floor.S s_logb.S \
---
> s_cos.S s_finite.S s_floor.S s_llrint.S s_logb.S s_lrint.S \
89,90c89,91
< s_lib_version.c s_log1p.c \
< s_log1pf.c s_logb.c s_logbf.c s_matherr.c s_modff.c \
---
> s_lib_version.c s_llrint.c s_llrintf.c s_llround.c s_llroundf.c \
> s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
> s_lround.c s_lroundf.c s_matherr.c s_modff.c \
135c136
< ieee_test.3 j0.3 lgamma.3 math.3 rint.3 round.3 \
---
> ieee_test.3 j0.3 lgamma.3 lrint.3 lround.3 math.3 rint.3 round.3 \
179a181,182
> MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 lrintf.3
> MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 lroundf.3