This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Make lround the alias of llround for wordsize-64


On Fri, Mar 16, 2012 at 11:22 AM, Roland McGrath <roland@hack.frob.com> wrote:
>> On Fri, Mar 16, 2012 at 10:52 AM, Roland McGrath <roland@hack.frob.com> wrote:
>> >> 2012-03-16 ?H.J. Lu ?<hongjiu.lu@intel.com>
>> >>
>> >> ? ? ? * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
>> >> ? ? ? * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This. ?Updated.
>> >>
>> >> ? ? ? * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
>> >
>> > There should be no blank line there. ?What does "Updated" mean?
>>
>> I replaced long with long long and updated aliases.
>
> Then you have to describe the individual changes in the log entry.
>

Like this?

2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>

	* 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.

Thanks.

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]