summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-10-21 23:11:49 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-10-21 23:11:49 +0000
commita13d0d745ca3ea5e80506db7de0498d74d44a5b7 (patch)
tree7d02ec708e78ad9abac32cafeee41ef8476fb3b2 /ChangeLog
parentf05e73f660d5cc3a72b46047c829ccf5e096c88b (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb59eadfe4..4ba13b3fdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-21 Joseph Myers <joseph@codesourcery.com>
+
+ [BZ #14132]
+ * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
+
2014-10-21 Roland McGrath <roland@hack.frob.com>
* nptl/version.c (__nptl_main): Call __libc_write, not __write.