Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libm
On Sat, May 06, 2017 at 02:03:25PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sat May 6 18:03:25 UTC 2017
>
> Modified Files:
> src/lib/libm: Makefile
> Added Files:
> src/lib/libm/src: s_llrint.c s_llrintf.c s_llrintl.c s_llround.c
> s_llroundf.c s_llroundl.c s_lrint.c s_lrintf.c s_lrintl.c
> s_lround.c s_lroundf.c s_lroundl.c
> Removed Files:
> src/lib/libm/src: llrint.c llrintf.c llround.c llroundf.c lrint.c
> lrintf.c lround.c lroundf.c
>
> Log Message:
> Replace our rounding functions with the ones from FreeBSD
>
>
nm /usr/lib/libm.so.0.11 | awk '{print $(NF-1),"\t",$NF}' > old
nm /usr/src/lib/libm/libm.so.0.11 | awk '{print $(NF-1),"\t",$NF}' > new
diff old new
363a364
> T llroundl
380a382
> T lroundl
Bump?
Home |
Main Index |
Thread Index |
Old Index