This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Remove __isinf_ns
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Wilco Dijkstra <wdijkstr at arm dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Mon, 15 Jun 2015 14:31:45 +0000
- Subject: Re: [PATCH] Remove __isinf_ns
- Authentication-results: sourceware.org; auth=none
- References: <000e01d0a758$4dd24190$e976c4b0$ at com>
On Mon, 15 Jun 2015, Wilco Dijkstra wrote:
> 2015-06-15 Wilco Dijkstra <wdijkstr@arm.com>
>
> * include/math.h: Remove __isinf_ns, __isinf_nsf, __isinf_nsl.
> * math/Makefile: Remove isinf_ns.c.
> * math/divtc3.c (__divtc3): Replace __isinf_nsl with isinf.
> * math/multc3.c (__multc3): Likewise.
> * math/s_casin.c (__casin): Likewise.
> * math/s_casinf.c (__casinf): Likewise.
> * math/s_casinl.c (__casinl): Likewise.
> * math/s_cproj.c (__cproj): Likewise.
> * math/s_cprojf.c (__cprojf): Likewise.
> * math/s_cprojl.c (__cprofl): Likewise.
> * math/s_ctan.c (__ctan): Likewise.
> * math/s_ctanf.c (__ctanf): Likewise.
> * math/s_ctanh.c (__ctanh): Likewise.
> * math/s_ctanhf.c (__ctanhf): Likewise.
> * math/s_ctanhl.c (__ctanhl): Likewise.
> * math/s_ctanl.c (__ctanl): Likewise.
> * math/w_fmod.c (__fmod): Likewise.
> * math/w_fmodf.c (__fmodf): Likewise.
> * math/w_fmodl.c (_fmodl): Likewise.
> * math/w_remainder.c (__remainder): Likewise.
This ChangeLog entry seems very incomplete. Please repost the patch with
a complete ChangeLog entry (that covers all files modified or removed).
--
Joseph S. Myers
joseph@codesourcery.com