]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-11-07 Richard Henderson <rth@redhat.com>
authorRoland McGrath <roland@gnu.org>
Fri, 8 Nov 2002 02:18:58 +0000 (02:18 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 8 Nov 2002 02:18:58 +0000 (02:18 +0000)
* configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
* configure: Regenerated.
* config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
* sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
(RTLD_START): Likewise.  Access _dl_skip_args, _rtld_local, and
_dl_fini via gp-relative relocations.
* sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.

sysdeps/alpha/fpu/e_sqrt.c

index c6262c8f69b8b0d1faa53f65d98415a817933732..a3718967656b20c393c9cc5be984a15f5f02e8c5 100644 (file)
@@ -153,7 +153,7 @@ __ieee754_sqrt:                                                             \n\
        .align 4                                                        \n\
 $fixup:                                                                        \n\
        addq    $sp, 16, $sp                                            \n\
-       br      "ASM_ALPHA_NG_SYMBOL_PREFIX"__full_ieee754_sqrt..ng     \n\
+       br      __full_ieee754_sqrt     !samegp                         \n\
                                                                        \n\
        .end    __ieee754_sqrt");