]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/alpha/fpu/s_lround.c
2007-05-07 Richard Henderson <rth@redhat.com>
authorRichard Henderson <rth@redhat.com>
Mon, 7 May 2007 22:57:20 +0000 (22:57 +0000)
committerRichard Henderson <rth@redhat.com>
Mon, 7 May 2007 22:57:20 +0000 (22:57 +0000)
commit91d46f8a9b3120fa59aa1fbf772a8bba3012a360
treef83a5613e63e6ad6701c052bb6ee985db06260c2
parent854901bebe730b126ca035abcca1d816cfe4693e
2007-05-07  Richard Henderson  <rth@redhat.com>

        * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
        if __NO_LONG_DOUBLE_MATH.
        * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
        available in the compiler, add .arch directive to ethe assembly.

2007-05-07  Jakub Jelinek  <jakub@redhat.com>

        * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
        compat_symbol to GLIBC_2_1.
        * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
        * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
        * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
        * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
        * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
        * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
        * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
        libc, not libm.
        (__isnanl): New compat_symbol.
sysdeps/alpha/fpu/bits/mathinline.h
sysdeps/alpha/fpu/s_fmax.S
sysdeps/alpha/fpu/s_fmin.S
sysdeps/alpha/fpu/s_isnan.c
sysdeps/alpha/fpu/s_lrint.c
sysdeps/alpha/fpu/s_lround.c
sysdeps/alpha/fpu/s_nearbyint.c
sysdeps/alpha/fpu/s_round.c
sysdeps/alpha/fpu/s_trunc.c
sysdeps/unix/sysv/linux/alpha/ioperm.c