Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/arch/i387 Use correct alias for scalbn(). Tested by...



details:   https://anonhg.NetBSD.org/src/rev/c063e8e906c4
branches:  trunk
changeset: 786908:c063e8e906c4
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Mon May 20 15:13:36 2013 +0000

description:
Use correct alias for scalbn(). Tested by martin@.

diffstat:

 lib/libm/arch/i387/s_scalbn.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 44a486af23ad -r c063e8e906c4 lib/libm/arch/i387/s_scalbn.S
--- a/lib/libm/arch/i387/s_scalbn.S     Mon May 20 12:21:42 2013 +0000
+++ b/lib/libm/arch/i387/s_scalbn.S     Mon May 20 15:13:36 2013 +0000
@@ -5,10 +5,10 @@
 
 #include <machine/asm.h>
 
-RCSID("$NetBSD: s_scalbn.S,v 1.12 2013/04/27 18:39:28 joerg Exp $")
+RCSID("$NetBSD: s_scalbn.S,v 1.13 2013/05/20 15:13:36 mlelstv Exp $")
 
 #ifdef WEAK_ALIAS
-WEAK_ALIAS(scalbn,_scalbln)
+WEAK_ALIAS(scalbn,_scalbn)
 WEAK_ALIAS(scalbln,_scalbln)
 WEAK_ALIAS(ldexp,_scalbln)
 #endif



Home | Main Index | Thread Index | Old Index