[Bug libc/14132] Get rid of INTDEF/INTUSE and *_internal aliases
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Tue Oct 21 23:12:00 GMT 2014
https://sourceware.org/bugzilla/show_bug.cgi?id=14132
--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via a13d0d745ca3ea5e80506db7de0498d74d44a5b7 (commit)
from f05e73f660d5cc3a72b46047c829ccf5e096c88b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a13d0d745ca3ea5e80506db7de0498d74d44a5b7
commit a13d0d745ca3ea5e80506db7de0498d74d44a5b7
Author: Joseph Myers <joseph@codesourcery.com>
Date: Tue Oct 21 23:11:49 2014 +0000
Don't use INTDEF with __ldexpf (bug 14132).
Continuing the removal of the obsolete INTDEF / INTUSE mechanism, this
patch removes the use of INTDEF for __ldexpf. As far as I can tell,
the resulting alias is completely unused.
Tested for x86_64 that stripped installed shared libraries are
unchanged by this patch.
[BZ #14132]
* math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
math/s_ldexpf.c | 1 -
2 files changed, 5 insertions(+), 1 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list