This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Remove useless SPARC signbit aliases [committed]
- From: David Miller <davem at davemloft dot net>
- To: joseph at codesourcery dot com
- Cc: libc-alpha at sourceware dot org
- Date: Fri, 12 May 2017 12:43:49 -0400 (EDT)
- Subject: Re: Remove useless SPARC signbit aliases [committed]
- Authentication-results: sourceware.org; auth=none
- References: <alpine.DEB.2.20.1705121637340.13203@digraph.polyomino.org.uk>
From: Joseph Myers <joseph@codesourcery.com>
Date: Fri, 12 May 2017 16:38:04 +0000
> The SPARC implementations of __signbit* functions have aliases
> signbit, signbitf, signbitl. These are useless, as they aren't
> exported from the shared libraries (only the __signbit* functions are
> exported, to be used by the type-generic signbit macro with older
> compilers). This patch removes the useless aliases.
>
> Tested (compilation only) with build-many-glibcs.py for
> sparc64-linux-gnu and sparcv9-linux-gnu. Committed.
Thanks for doing this.