Source-Changes-HG archive

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

[src/trunk]: src/lib/libm/arch/vax Don't bsbb to an external symbol. the dyn...



details:   https://anonhg.NetBSD.org/src/rev/3d6c60a1d1f3
branches:  trunk
changeset: 522554:3d6c60a1d1f3
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Feb 21 07:49:55 2002 +0000

description:
Don't bsbb to an external symbol.  the dynamic linker won't like it.

diffstat:

 lib/libm/arch/vax/n_sqrt.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 862add9d451d -r 3d6c60a1d1f3 lib/libm/arch/vax/n_sqrt.S
--- a/lib/libm/arch/vax/n_sqrt.S        Thu Feb 21 07:38:14 2002 +0000
+++ b/lib/libm/arch/vax/n_sqrt.S        Thu Feb 21 07:49:55 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: n_sqrt.S,v 1.3 2000/07/14 04:50:58 matt Exp $  */
+/*     $NetBSD: n_sqrt.S,v 1.4 2002/02/21 07:49:55 matt Exp $  */
 /*
  * Copyright (c) 1985, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -58,12 +58,12 @@
 
 dsqrt2:        bicw3   $0x807f,r0,r2   # check exponent of input
        jeql    noexp           # biased exponent is zero -> 0.0 or reserved
-       bsbb    _C_LABEL(__libm_dsqrt_r5)+2
+       bsbb    __libm_dsqrt_r5_lcl+2
 noexp: ret
 
 /* **************************** internal procedure */
 
-
+__libm_dsqrt_r5_lcl:
 ALTENTRY(__libm_dsqrt_r5)
        nop
        nop



Home | Main Index | Thread Index | Old Index