From eb0f39b6b770a421ed297bd625b1875a0f7fbaad Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 16 Mar 2012 15:14:56 -0700 Subject: Make lround the alias of llround for wordsize-64 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e4b8eca8e..b40802afc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-03-16 H.J. Lu + + * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ... + * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This. + (__lround): Renamed to ... + (__llround): This. Replace long int with long long int. + Define lround functions as aliases of llround functions. + * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file. + 2012-03-16 H.J. Lu * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext): -- cgit 1.4.1