public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Don't use INTDEF with __ldexpf (bug 14132)
@ 2014-10-21 22:38 Joseph S. Myers
  2014-10-21 22:48 ` Roland McGrath
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph S. Myers @ 2014-10-21 22:38 UTC (permalink / raw)
  To: libc-alpha

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.

2014-10-21  Joseph Myers  <joseph@codesourcery.com>

	[BZ #14132]
	* math/s_ldexpf.c (__ldexpf): Do not use INTDEF.

diff --git a/math/s_ldexpf.c b/math/s_ldexpf.c
index b105e29..bd94677 100644
--- a/math/s_ldexpf.c
+++ b/math/s_ldexpf.c
@@ -28,5 +28,4 @@ float __ldexpf(float value, int exp)
 	if(!__finitef(value)||value==(float)0.0) __set_errno (ERANGE);
 	return value;
 }
-INTDEF(__ldexpf)
 weak_alias (__ldexpf, ldexpf)

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Don't use INTDEF with __ldexpf (bug 14132)
  2014-10-21 22:38 Don't use INTDEF with __ldexpf (bug 14132) Joseph S. Myers
@ 2014-10-21 22:48 ` Roland McGrath
  0 siblings, 0 replies; 2+ messages in thread
From: Roland McGrath @ 2014-10-21 22:48 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: libc-alpha

Looks fine.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-21 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-21 22:38 Don't use INTDEF with __ldexpf (bug 14132) Joseph S. Myers
2014-10-21 22:48 ` Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).