glibc:cvs/glibc-2_8-branch

Last commit made on 2008-04-17
Get this branch:
git clone -b cvs/glibc-2_8-branch https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
cvs/glibc-2_8-branch
Repository:
lp:glibc

Recent commits

39546e3... by Jakub Jelinek <email address hidden>

* sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.

2008-04-17 Jakub Jelinek <email address hidden>

 * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.

2313c48... by Jakub Jelinek <email address hidden>

* sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c

(__old_sem_wait): Fix argument to lll_futex_wait().
2008-04-14 David S. Miller <email address hidden>

 * sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c
 (__old_sem_wait): Fix argument to lll_futex_wait().

9e113ec... by Ulrich Drepper <email address hidden>

* sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):

 Also use for 32-bit.

3b6d574... by Ulrich Drepper <email address hidden>

* sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use

 __nextafter instead of nextafter to avoid local PLT.

c3a0ead... by Ulrich Drepper <email address hidden>

* sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.

 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.

3cc56f9... by Ulrich Drepper <email address hidden>

* sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. Include

 <fenv_libc.h> instead of <fenv.h>.

3781ec2... by Ulrich Drepper <email address hidden>

* scripts/data/localplt-powerpc64-linux-gnu.data: New file.

246ec41... by Ulrich Drepper <email address hidden>

* sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for

 __fe_nomask_env.
 * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.
 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.

 * sysdeps/powerpc/bits/fenv.h: Make safe for C++.

 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
 function from fegetexcept and make old name weak alias.
 * include/fenv.h: Declare __fegetexcept.
 * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
 fegetexcept.
 * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
 to fetestexcept.
 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
 instead of frexpl to avoid local PLT.
 * math/s_significandl.c (__significandl): Use __ilogbl instead of
 ilogbl to avoid local PLT.
 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
 instead of ldexpl to avoid local PLT.
 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
 __roundl not roundl to avoid local PLT.
 * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
 local PLTs. Use __sincosl instead of separate sinl and cosl
 calls.
 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.

2dc4a2f... by Ulrich Drepper <email address hidden>

* sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel

 version for ppc64 to 2.4.21 since without it makecontext will fail.

fe3350e... by Ulrich Drepper <email address hidden>

* elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according

 to the ABI in use.
 [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
 .__tls_get_addr.
 [__powerpc64__] (TLS_GD): Likewise.