platform/upstream/glibc.git
19 years ago* csu/elf-init.c (__libc_csu_fini): Don't do anything here.
Ulrich Drepper [Thu, 6 Jan 2005 22:40:27 +0000 (22:40 +0000)]
* csu/elf-init.c (__libc_csu_fini): Don't do anything here.

* sysdeps/generic/libc-start.c: Don't register program destructor here.
* dlfcn/Makefile: Add rules to build dlfcn.c.
(LDFLAGS-dl.so): Removed.
* dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
table.
* dlfcn/dlmopen.c: Likewise for _dl_open.
* dlfcn/dlopen.c: Likewise.
* dlfcn/dlopenold.c: Likewise.
* elf/dl-libc.c: Likewise for _dl_open and _dl_close.
* elf/Makefile (routines): Remove dl-open and dl-close.
(dl-routines): Add dl-open, dl-close, and dl-trampoline.
Add rules to build and run tst-audit1.
* elf/tst-audit1.c: New file.
* elf/tst-auditmod1.c: New file.
* elf/Versions [libc]: Remove _dl_open and _dl_close.
* elf/dl-close.c: Change for use inside ld.so instead of libc.so.
* elf/dl-open.c: Likewise.
* elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
signaled by nonzero parameter.
* elf/dl-init.c: Fix use of r_state.
* elf/dl-load.c: Likewise.

* elf/dl-close.c: Add auditing checkpoints.
* elf/dl-open.c: Likewise.
* elf/dl-fini.c: Likewise.
* elf/dl-load.c: Likewise.
* elf/dl-sym.c: Likewise.
* sysdeps/generic/libc-start.c: Likewise.
* elf/dl-object.c: Allocate memory for auditing information.
* elf/dl-reloc.c: Remove RESOLV.  We now always need the map.
Correctly initialize slotinfo.
* elf/dynamic-link.h: Adjust after removal of RESOLV.
* sysdeps/hppa/dl-lookupcfg.h: Likewise.
* sysdeps/ia64/dl-lookupcfg.h: Likewise.
* sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
* elf/dl-runtime.c (_dl_fixup): Little cleanup.
(_dl_profile_fixup): New parameters to point to register struct and
variable for frame size.
Add auditing checkpoints.
(_dl_call_pltexit): New function.
Don't define trampoline code here.
* elf/rtld.c: Recognize LD_AUDIT.  Load modules on startup.
Remove all the functions from _rtld_global_ro which only _dl_open
and _dl_close needed.
Add auditing checkpoints.
* elf/link.h: Define symbols for auditing interfaces.
* include/link.h: Likewise.
* include/dlfcn.h: Define __RTLD_AUDIT.
Remove prototypes for _dl_open and _dl_close.
Adjust access to argc and argv in libdl.
* dlfcn/dlfcn.c: New file.
* sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
is gone.
* sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
* sysdeps/generic/unsecvars.h: Add LD_AUDIT.
* sysdeps/i386/dl-machine.h: Remove trampoline code here.
Adjust for removal of RESOLVE.
* sysdeps/x86_64/dl-machine.h: Likewise.
* sysdeps/generic/dl-trampoline.c: New file.
* sysdeps/i386/dl-trampoline.c: New file.
* sysdeps/x86_64/dl-trampoline.c: New file.

* sysdeps/generic/dl-tls.c: Cleanups.  Fixup for dtv_t change.
Fix updating of DTV.
* sysdeps/generic/libc-tls.c: Likewise.

* sysdeps/arm/bits/link.h: Renamed to ...
* sysdeps/arm/buts/linkmap.h: ...this.
* sysdeps/generic/bits/link.h: Renamed to...
* sysdeps/generic/bits/linkmap.h: ...this.
* sysdeps/hppa/bits/link.h: Renamed to...
* sysdeps/hppa/bits/linkmap.h: ...this.
* sysdeps/hppa/i386/link.h: Renamed to...
* sysdeps/hppa/i386/linkmap.h: ...this.
* sysdeps/hppa/ia64/link.h: Renamed to...
* sysdeps/hppa/ia64/linkmap.h: ...this.
* sysdeps/hppa/s390/link.h: Renamed to...
* sysdeps/hppa/s390/linkmap.h: ...this.
* sysdeps/hppa/sh/link.h: Renamed to...
* sysdeps/hppa/sh/linkmap.h: ...this.
* sysdeps/hppa/x86_64/link.h: Renamed to...
* sysdeps/hppa/x86_64/linkmap.h: ...this.
2005-01-06  Ulrich Drepper  <drepper@redhat.com>

* allocatestack.c (init_one_static_tls): Adjust initialization of DTV
entry for static tls deallocation fix.
* sysdeps/alpha/tls.h (dtv_t): Change pointer type to be struct which
also contains information whether the memory pointed to is static
TLS or not.
* sysdeps/i386/tls.h: Likewise.
* sysdeps/ia64/tls.h: Likewise.
* sysdeps/powerpc/tls.h: Likewise.
* sysdeps/s390/tls.h: Likewise.
* sysdeps/sh/tls.h: Likewise.
* sysdeps/sparc/tls.h: Likewise.
* sysdeps/x86_64/tls.h: Likewise.

19 years ago[BZ #640]
Ulrich Drepper [Thu, 6 Jan 2005 22:06:45 +0000 (22:06 +0000)]
[BZ #640]

Update.
2005-01-06  Ulrich Drepper  <drepper@redhat.com>

* posix/unistd.h: Declare ftruncate for POSIX 2003.  [BZ #640]

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 21:52:35 +0000 (21:52 +0000)]
Update.

2004-12-22  Steven Munroe  <sjmunroe@us.ibm.com>

* math/libm-test.inc (rint_test_tonearest): New test.
(rint_test_towardzero): New test.
(rint_test_downward): New test.
(rint_test_upward): New test.
* sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
Remove redundant const values.
* sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
Remove redundant const values.  Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
* sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
* sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
Remove redundant const values.
* sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
Remove redundant const values.  Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
Remove redundant const values.
* sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
Remove redundant const values.  Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Remove redundant const values.
* sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Remove redundant const values.
Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.
* sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.
* sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Remove redundant const values.
* sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Remove redundant const values.
Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.
* sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
alignment.  Fix -0.0 case.  Remove redundant const values.
Use float const.

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 21:34:02 +0000 (21:34 +0000)]
Update.

* stdlib/stdlib.h: Likewise.

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 21:01:25 +0000 (21:01 +0000)]
Update.

2005-01-06  Ulrich Drepper  <drepper@redhat.com>

* misc/sys/cdefs.h: Define __wur.
* libio/stdio.h: Use __wur for a number of interfaces.
* posix/unistd.h: Likewise.

* posix/regex_internal.c (free_state): Free word_trtable.

19 years agoUpdate. cvs/fedora-glibc-20050106T1443
Ulrich Drepper [Thu, 6 Jan 2005 11:32:24 +0000 (11:32 +0000)]
Update.

2004-12-29  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
libc_hidden_proto instead of HIDDEN_PROTO.
* sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
(__libm_error_support): If ASSEMBLER and in libc, define to
HIDDEN_JUMPTARGET(__libm_error_support).

2004-12-28  David Mosberger  <davidm@hpl.hp.com>

* sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
(sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
with $(duplicated-routines).
(libm-sysdep_routines): Likewise, but substitute "s_" prefix for
"m_" prefix.

2004-12-27  David Mosberger  <davidm@hpl.hp.com>

* sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
undefine "ret" macro.  Add __libm_error_support hidden definitions.

* sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment.  Add
missing portion of copyright statement.
* sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
* sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.

* sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment.  Add
missing portion of copyright statement.
(__ieee754_lgamma): Rename from lgamma().  Make lgamma() a weak alias.
(__ieee754_gamma): Likewise.
* sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
* sysdeps/ia64/fpu/w_lgammal.c: Likewise.

2004-12-09  H. J. Lu <hjl@lucon.org>

* sysdeps/ia64/fpu/s_nextafterl.c: Remove.
* sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
* sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
* sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
* sysdeps/ia64/fpu/e_expl.S: Likewise.
* sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).

2004-11-18  David Mosberger  <davidm@hpl.hp.com>

* sysdeps/ia64/fpu/README: New file.
* sysdeps/ia64/fpu/gen_import_file_list: New file.
* sysdeps/ia64/fpu/import_check: Likewise.
* sysdeps/ia64/fpu/import_diffs: Likewise.
* sysdeps/ia64/fpu/import_file.awk: Likewise.
* sysdeps/ia64/fpu/import_intel_libm: Likewise.
* sysdeps/ia64/fpu/libm-symbols.h: Likewise.

* sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
* sysdeps/ia64/fpu/e_acosf.S: Likewise.
* sysdeps/ia64/fpu/e_acosl.S: Likewise.
* sysdeps/ia64/fpu/e_asin.S: Likewise.
* sysdeps/ia64/fpu/e_asinf.S: Likewise.
* sysdeps/ia64/fpu/e_asinl.S: Likewise.
* sysdeps/ia64/fpu/e_atan2.S: Likewise.
* sysdeps/ia64/fpu/e_atan2f.S: Likewise.
* sysdeps/ia64/fpu/e_cosh.S: Likewise.
* sysdeps/ia64/fpu/e_coshf.S: Likewise.
* sysdeps/ia64/fpu/e_coshl.S: Likewise.
* sysdeps/ia64/fpu/e_exp.S: Likewise.
* sysdeps/ia64/fpu/e_expf.S: Likewise.
* sysdeps/ia64/fpu/e_fmod.S: Likewise.
* sysdeps/ia64/fpu/e_fmodf.S: Likewise.
* sysdeps/ia64/fpu/e_fmodl.S: Likewise.
* sysdeps/ia64/fpu/e_hypot.S: Likewise.
* sysdeps/ia64/fpu/e_hypotf.S: Likewise.
* sysdeps/ia64/fpu/e_hypotl.S: Likewise.
* sysdeps/ia64/fpu/e_log.S: Likewise.
* sysdeps/ia64/fpu/e_log2.S: Likewise.
* sysdeps/ia64/fpu/e_log2f.S: Likewise.
* sysdeps/ia64/fpu/e_log2l.S: Likewise.
* sysdeps/ia64/fpu/e_logf.S: Likewise.
* sysdeps/ia64/fpu/e_pow.S: Likewise.
* sysdeps/ia64/fpu/e_powf.S: Likewise.
* sysdeps/ia64/fpu/e_powl.S: Likewise.
* sysdeps/ia64/fpu/e_remainder.S: Likewise.
* sysdeps/ia64/fpu/e_remainderf.S: Likewise.
* sysdeps/ia64/fpu/e_remainderl.S: Likewise.
* sysdeps/ia64/fpu/e_scalb.S: Likewise.
* sysdeps/ia64/fpu/e_scalbf.S: Likewise.
* sysdeps/ia64/fpu/e_scalbl.S: Likewise.
* sysdeps/ia64/fpu/e_sinh.S: Likewise.
* sysdeps/ia64/fpu/e_sinhf.S: Likewise.
* sysdeps/ia64/fpu/e_sinhl.S: Likewise.
* sysdeps/ia64/fpu/e_sqrt.S: Likewise.
* sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
* sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
* sysdeps/ia64/fpu/libm_error.c: Likewise.
* sysdeps/ia64/fpu/libm_reduce.c: Likewise.
* sysdeps/ia64/fpu/libm_support.h: Likewise.
* sysdeps/ia64/fpu/s_atan.S: Likewise.
* sysdeps/ia64/fpu/s_atanf.S: Likewise.
* sysdeps/ia64/fpu/s_atanl.S: Likewise.
* sysdeps/ia64/fpu/s_cbrt.S: Likewise.
* sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
* sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
* sysdeps/ia64/fpu/s_ceil.S: Likewise.
* sysdeps/ia64/fpu/s_ceilf.S: Likewise.
* sysdeps/ia64/fpu/s_ceill.S: Likewise.
* sysdeps/ia64/fpu/s_cos.S: Likewise.
* sysdeps/ia64/fpu/s_cosf.S: Likewise.
* sysdeps/ia64/fpu/s_cosl.S: Likewise.
* sysdeps/ia64/fpu/s_expm1.S: Likewise.
* sysdeps/ia64/fpu/s_expm1f.S: Likewise.
* sysdeps/ia64/fpu/s_expm1l.S: Likewise.
* sysdeps/ia64/fpu/s_fabs.S: Likewise.
* sysdeps/ia64/fpu/s_fabsf.S: Likewise.
* sysdeps/ia64/fpu/s_fabsl.S: Likewise.
* sysdeps/ia64/fpu/s_floor.S: Likewise.
* sysdeps/ia64/fpu/s_floorf.S: Likewise.
* sysdeps/ia64/fpu/s_floorl.S: Likewise.
* sysdeps/ia64/fpu/s_frexp.c: Likewise.
* sysdeps/ia64/fpu/s_frexpf.c: Likewise.
* sysdeps/ia64/fpu/s_frexpl.c: Likewise.
* sysdeps/ia64/fpu/s_ilogb.S: Likewise.
* sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
* sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
* sysdeps/ia64/fpu/s_log1p.S: Likewise.
* sysdeps/ia64/fpu/s_log1pf.S: Likewise.
* sysdeps/ia64/fpu/s_log1pl.S: Likewise.
* sysdeps/ia64/fpu/s_logb.S: Likewise.
* sysdeps/ia64/fpu/s_logbf.S: Likewise.
* sysdeps/ia64/fpu/s_logbl.S: Likewise.
* sysdeps/ia64/fpu/s_modf.S: Likewise.
* sysdeps/ia64/fpu/s_modff.S: Likewise.
* sysdeps/ia64/fpu/s_modfl.S: Likewise.
* sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
* sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
* sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
* sysdeps/ia64/fpu/s_rint.S: Likewise.
* sysdeps/ia64/fpu/s_rintf.S: Likewise.
* sysdeps/ia64/fpu/s_rintl.S: Likewise.
* sysdeps/ia64/fpu/s_round.S: Likewise.
* sysdeps/ia64/fpu/s_roundf.S: Likewise.
* sysdeps/ia64/fpu/s_roundl.S: Likewise.
* sysdeps/ia64/fpu/s_significand.S: Likewise.
* sysdeps/ia64/fpu/s_significandf.S: Likewise.
* sysdeps/ia64/fpu/s_significandl.S: Likewise.
* sysdeps/ia64/fpu/s_tan.S: Likewise.
* sysdeps/ia64/fpu/s_tanf.S: Likewise.
* sysdeps/ia64/fpu/s_tanl.S: Likewise.
* sysdeps/ia64/fpu/s_trunc.S: Likewise.
* sysdeps/ia64/fpu/s_truncf.S: Likewise.
* sysdeps/ia64/fpu/s_truncl.S: Likewise.

* sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
* sysdeps/ia64/fpu/e_acoshf.S: Likewise.
* sysdeps/ia64/fpu/e_acoshl.S: Likewise.
* sysdeps/ia64/fpu/e_atanh.S: Likewise.
* sysdeps/ia64/fpu/e_atanhf.S: Likewise.
* sysdeps/ia64/fpu/e_atanhl.S: Likewise.
* sysdeps/ia64/fpu/e_exp10.S: Likewise.
* sysdeps/ia64/fpu/e_exp10f.S: Likewise.
* sysdeps/ia64/fpu/e_exp10l.S: Likewise.
* sysdeps/ia64/fpu/e_exp2.S: Likewise.
* sysdeps/ia64/fpu/e_exp2f.S: Likewise.
* sysdeps/ia64/fpu/e_exp2l.S: Likewise.
* sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
* sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
* sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
* sysdeps/ia64/fpu/e_logl.S: Likewise.
* sysdeps/ia64/fpu/libm_frexp.S: Likewise.
* sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
* sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
* sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
* sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
* sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
* sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
* sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
* sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
* sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
* sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
* sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
* sysdeps/ia64/fpu/libm_sincos.S: Likewise.
* sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
* sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
* sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
* sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
* sysdeps/ia64/fpu/s_asinh.S: Likewise.
* sysdeps/ia64/fpu/s_asinhf.S: Likewise.
* sysdeps/ia64/fpu/s_asinhl.S: Likewise.
* sysdeps/ia64/fpu/s_erf.S: Likewise.
* sysdeps/ia64/fpu/s_erfc.S: Likewise.
* sysdeps/ia64/fpu/s_erfcf.S: Likewise.
* sysdeps/ia64/fpu/s_erfcl.S: Likewise.
* sysdeps/ia64/fpu/s_erff.S: Likewise.
* sysdeps/ia64/fpu/s_erfl.S: Likewise.
* sysdeps/ia64/fpu/s_fdim.S: Likewise.
* sysdeps/ia64/fpu/s_fdimf.S: Likewise.
* sysdeps/ia64/fpu/s_fdiml.S: Likewise.
* sysdeps/ia64/fpu/s_fma.S: Likewise.
* sysdeps/ia64/fpu/s_fmaf.S: Likewise.
* sysdeps/ia64/fpu/s_fmal.S: Likewise.
* sysdeps/ia64/fpu/s_fmax.S: Likewise.
* sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
* sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
* sysdeps/ia64/fpu/s_ldexp.c: Likewise.
* sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
* sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
* sysdeps/ia64/fpu/s_nextafter.S: Likewise.
* sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
* sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
* sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
* sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
* sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
* sysdeps/ia64/fpu/s_tanh.S: Likewise.
* sysdeps/ia64/fpu/s_tanhf.S: Likewise.
* sysdeps/ia64/fpu/s_tanhl.S: Likewise.
* sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
* sysdeps/ia64/fpu/w_lgamma.c: Likewise.
* sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
* sysdeps/ia64/fpu/w_lgammal.c: Likewise.
* sysdeps/ia64/fpu/w_tgamma.S: Likewise.
* sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
* sysdeps/ia64/fpu/w_tgammal.S: Likewise.

* sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
* sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
* sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
* sysdeps/ia64/fpu/w_acosh.c: Likewise.
* sysdeps/ia64/fpu/w_acoshf.c: Likewise.
* sysdeps/ia64/fpu/w_acoshl.c: Likewise.
* sysdeps/ia64/fpu/w_atanh.c: Likewise.
* sysdeps/ia64/fpu/w_atanhf.c: Likewise.
* sysdeps/ia64/fpu/w_atanhl.c: Likewise.
* sysdeps/ia64/fpu/w_exp10.c: Likewise.
* sysdeps/ia64/fpu/w_exp10f.c: Likewise.
* sysdeps/ia64/fpu/w_exp10l.c: Likewise.
* sysdeps/ia64/fpu/w_exp2.c: Likewise.
* sysdeps/ia64/fpu/w_exp2f.c: Likewise.
* sysdeps/ia64/fpu/w_exp2l.c: Likewise.
* sysdeps/ia64/fpu/w_expl.c: Likewise.
* sysdeps/ia64/fpu/e_expl.S: Likewise.
* sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
* sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
* sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
* sysdeps/ia64/fpu/w_log2.c: Likewise.
* sysdeps/ia64/fpu/w_log2f.c: Likewise.
* sysdeps/ia64/fpu/w_log2l.c: Likewise.
* sysdeps/ia64/fpu/w_sinh.c: Likewise.
* sysdeps/ia64/fpu/w_sinhf.c: Likewise.
* sysdeps/ia64/fpu/w_sinhl.c: Likewise.

* sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
* sysdeps/ia64/fpu/s_ldexp.S: Likewise.
* sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
* sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
* sysdeps/ia64/fpu/s_scalbn.S: Likewise.
* sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
* sysdeps/ia64/fpu/s_scalbnl.S: Likewise.

* sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
* sysdeps/ia64/fpu/s_sincosf.c: Likewise.
* sysdeps/ia64/fpu/s_sincosl.c: Likewise.

* sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.

* sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
alias for use by libm_error.c

* sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
libm_scalbn{,f,l}, libm_scalblnf.
(sysdep_routines): Remove libm_frexp4{,f,l}.
Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
(sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
_D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
-DSIZE_LONG_LONG_INT_64.

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 11:14:03 +0000 (11:14 +0000)]
Update.

2005-01-05  Steven Munroe  <sjmunroe@us.ibm.com>

* elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
l_text_end are set for a VDSO with a single PT_LOAD entry.

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 02:09:15 +0000 (02:09 +0000)]
Update.

* libio/fmemopen.c (fmemopen_seek): SEEK_END should count from
maximum used address, not maximum buffer position.

19 years agoUpdate.
Ulrich Drepper [Thu, 6 Jan 2005 00:42:22 +0000 (00:42 +0000)]
Update.

* libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
invalid to disable optimizations in fileops which won't work here.
(_IO_cookie_jumps): Use it.
(_IO_old_cookie_jumps): Likewise.
* libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
not the return value.
* stdio-common/Makefile (tests): Add tst-fmemopen2.
* stdio-common/tst-fmemopen2.c: New file.

19 years agoUpdate.
Ulrich Drepper [Wed, 5 Jan 2005 19:13:16 +0000 (19:13 +0000)]
Update.

2005-01-05  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.

19 years agoDefine __WNOTHREAD.
Ulrich Drepper [Wed, 5 Jan 2005 19:11:59 +0000 (19:11 +0000)]
Define __WNOTHREAD.

19 years ago* configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
Roland McGrath [Wed, 5 Jan 2005 09:39:59 +0000 (09:39 +0000)]
* configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...

* sysdeps/i386/configure.in: ... here.  New file.
* sysdeps/i386/configure: New generated file.
* configure: Regenerated.

19 years ago2005-01-05 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 5 Jan 2005 09:39:54 +0000 (09:39 +0000)]
2005-01-05  Roland McGrath  <roland@redhat.com>

* configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
* sysdeps/i386/configure.in: ... here.  New file.
* sysdeps/i386/configure: New generated file.
* configure: Regenerated.

19 years agoUpdate.
Ulrich Drepper [Tue, 4 Jan 2005 07:48:13 +0000 (07:48 +0000)]
Update.

* stdlib/Makefile: Add rules to build and run tst-putenv.
* stdlib/tst-putenv.c: New file.
* stdlib/tst-putenvmod.c: New file.

19 years agoUpdate.
Ulrich Drepper [Tue, 4 Jan 2005 07:11:05 +0000 (07:11 +0000)]
Update.

* sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
initialize __environ again.

19 years agoUpdate.
Ulrich Drepper [Tue, 4 Jan 2005 06:44:33 +0000 (06:44 +0000)]
Update.

2005-01-03  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/init-first.c: Clean file up.  Don't
define unnecessary wrappers or aliases of static functions.

19 years agoClean file up. Don't define unnecessary wrappers or aliases of static functions.
Ulrich Drepper [Tue, 4 Jan 2005 06:43:50 +0000 (06:43 +0000)]
Clean file up.  Don't define unnecessary wrappers or aliases of static functions.

19 years agoUpdate.
Andreas Jaeger [Mon, 3 Jan 2005 17:57:42 +0000 (17:57 +0000)]
Update.

2005-01-03  Andreas Jaeger  <aj@suse.de>

* csu/Makefile (generated): Add start.os and start.ob.

* elf/Makefile (tests): Change rule for tst-pie1 so that make
clean works.

19 years ago(generated): Add start.os and start.ob.
Andreas Jaeger [Mon, 3 Jan 2005 17:57:14 +0000 (17:57 +0000)]
(generated): Add start.os and start.ob.

19 years ago[BZ #626]
Roland McGrath [Wed, 29 Dec 2004 09:18:40 +0000 (09:18 +0000)]
[BZ #626]

2004-12-29  Roland McGrath  <roland@redhat.com>
[BZ #626]
* sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
than always up; when nearest is zero, round up to one.

19 years ago[BZ #626]
Roland McGrath [Wed, 29 Dec 2004 09:17:26 +0000 (09:17 +0000)]
[BZ #626]

2004-12-29  Roland McGrath  <roland@redhat.com>
[BZ #626]
* sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
than always up; when nearest is zero, round up to one.

19 years ago* po/es.po: Update from translation team.
Ulrich Drepper [Tue, 28 Dec 2004 19:36:09 +0000 (19:36 +0000)]
* po/es.po: Update from translation team.

19 years agoUpdate.
Ulrich Drepper [Tue, 28 Dec 2004 10:09:27 +0000 (10:09 +0000)]
Update.

2004-12-28  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.

19 years agoUpdate.
Ulrich Drepper [Tue, 28 Dec 2004 01:41:24 +0000 (01:41 +0000)]
Update.

2004-12-27  Ulrich Drepper  <drepper@redhat.com>

* include/signal.h: Define __sigemptyset.

19 years agoUpdate.
Ulrich Drepper [Mon, 27 Dec 2004 16:44:39 +0000 (16:44 +0000)]
Update.

2004-04-27  Paolo Bonzini  <bonzini@gnu.org>

* posix/regex_internal.h (struct re_dfastate_t): Make
word_trtable a pointer to the 512-item transition table.
* posix/regexec.c (build_trtable): Fill in either state->trtable
or state->word_trtable.  Return a boolean indicating success.
(transit_state): Expect state->trtable to be a 256-item
transition table.  Reorganize code to have less tests in
the common case, and to save an indentation level.

19 years agoUpdate.
Ulrich Drepper [Wed, 22 Dec 2004 20:11:54 +0000 (20:11 +0000)]
Update.

2004-12-21  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
calling fn is 16 byte aligned.
* sysdeps/i386/tst-stack-align.h: New file.

* misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
(ecvt_r): Special case denormals.
* misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
* misc/tst-efgcvt.c: Include float.h.
(ecvt_tests): Add 2 new tests.

19 years ago(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Ulrich Drepper [Wed, 22 Dec 2004 20:10:10 +0000 (20:10 +0000)]
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.

17 years ago2.5-18.1
Jakub Jelinek [Thu, 12 Jul 2007 18:26:36 +0000 (18:26 +0000)]
2.5-18.1

19 years agoTest for stack alignment.
Ulrich Drepper [Wed, 22 Dec 2004 20:09:42 +0000 (20:09 +0000)]
Test for stack alignment.

19 years ago(FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. (ecvt_r): Special case denormals.
Ulrich Drepper [Wed, 22 Dec 2004 19:55:46 +0000 (19:55 +0000)]
(FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. (ecvt_r): Special case denormals.

19 years ago* version.h (RELEASE, VERSION): development, 2.3.90
Roland McGrath [Mon, 20 Dec 2004 23:37:46 +0000 (23:37 +0000)]
* version.h (RELEASE, VERSION): development, 2.3.90

* include/features.h (__GLIBC_MINOR__): Now 4.

19 years ago2004-12-20 Roland McGrath <roland@frob.com>
Roland McGrath [Mon, 20 Dec 2004 23:37:42 +0000 (23:37 +0000)]
2004-12-20  Roland McGrath  <roland@frob.com>

* version.h (RELEASE, VERSION): development, 2.3.90
* include/features.h (__GLIBC_MINOR__): Now 4.

19 years agoFix last commit cvs/glibc-2_3-base
Andreas Jaeger [Mon, 20 Dec 2004 08:34:53 +0000 (08:34 +0000)]
Fix last commit

2004-12-20  Jakub Jelinek  <jakub@redhat.com>,

19 years ago[BZ #562]
Andreas Jaeger [Mon, 20 Dec 2004 08:34:14 +0000 (08:34 +0000)]
[BZ #562]

Update.
2004-12-20  Jakub Jelinek  <jakub@redhat.com>,
    Jim Gifford  <giffordj@linkline.com>

[BZ #562]
* sysdeps/mips/Makefile (librt-sysdep_routines): Add.
* sysdeps/unix/mips/rt-sysdep.S: New file.

19 years ago[BZ #562]
Andreas Jaeger [Mon, 20 Dec 2004 08:34:03 +0000 (08:34 +0000)]
[BZ #562]

2004-12-20  Jakub Jelinek  <jakub@redhat.com>,
    Jim Gifford  <giffordj@linkline.com>
[BZ #562]
* sysdeps/mips/Makefile (librt-sysdep_routines): Add.
* sysdeps/unix/mips/rt-sysdep.S: New file.

19 years agobogon
Roland McGrath [Sun, 19 Dec 2004 23:49:47 +0000 (23:49 +0000)]
bogon

2004-12-19  Andreas Jaeger  <aj@suse.de>

19 years ago* iconv/Makefile (test-iconvconfig): New target. cvs/fedora-glibc-20041219T2331
Roland McGrath [Sun, 19 Dec 2004 23:44:07 +0000 (23:44 +0000)]
* iconv/Makefile (test-iconvconfig): New target.

[$(cross-compiling) != yes] (xtests): Depend on it.

19 years ago* iconv/iconvconfig.c (nostdlib, output_file, output_file_len):
Roland McGrath [Sun, 19 Dec 2004 23:23:55 +0000 (23:23 +0000)]
* iconv/iconvconfig.c (nostdlib, output_file, output_file_len):

New variables.
(options, parse_opt, main): Take new options --nostdlib and
--output/-o to set them.  Under --nostdlib, skip GCONV_PATH dirs.
(write_output): If output_file is set, write the output there.

2004-12-19  Andreas Jaeger  <aj@suse.de>NULL

19 years ago2004-12-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Sun, 19 Dec 2004 23:23:42 +0000 (23:23 +0000)]
2004-12-19  Roland McGrath  <roland@redhat.com>

* iconv/iconvconfig.c (nostdlib, output_file, output_file_len):
New variables.
(options, parse_opt, main): Take new options --nostdlib and
--output/-o to set them.  Under --nostdlib, skip GCONV_PATH dirs.
(write_output): If output_file is set, write the output there.

19 years ago[BZ #560, BZ #573]
Andreas Jaeger [Sun, 19 Dec 2004 20:49:12 +0000 (20:49 +0000)]
[BZ #560, BZ #573]

Update.
2004-12-19  Andreas Jaeger  <aj@suse.de>

[BZ #560]
* inet/netinet/in.h: Use __interface_addr instead of __interface.

[BZ #573]
* sunrpc/xcrypt.c (passwd2des_internal): Make it hidden instead of
internal linkage.

19 years agoUse __interface_addr instead of __interface.
Andreas Jaeger [Sun, 19 Dec 2004 20:40:06 +0000 (20:40 +0000)]
Use __interface_addr instead of __interface.

19 years ago* version.h (VERSION): 2.3.4.
Roland McGrath [Sun, 19 Dec 2004 09:41:58 +0000 (09:41 +0000)]
* version.h (VERSION): 2.3.4.

* README.template: Various updates.
* README: Regenerated.
* NEWS: Mention ports.
* README-alpha: File removed.

19 years ago[BZ #416]
Roland McGrath [Sun, 19 Dec 2004 08:57:45 +0000 (08:57 +0000)]
[BZ #416]

2004-12-19  Roland McGrath  <roland@frob.com>
[BZ #416]
* locale/langinfo.h: Comment fixes.

19 years ago* sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: cvs/fedora-glibc-20041218T2312
Roland McGrath [Sat, 18 Dec 2004 22:51:00 +0000 (22:51 +0000)]
* sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h:

New file removed withdrawn for the moment.

* sysdeps/unix/sysv/linux/ia64/bits/posix_>opt.h: Removed.

19 years ago2004-12-18 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 18 Dec 2004 22:50:55 +0000 (22:50 +0000)]
2004-12-18  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h:
New file removed withdrawn for the moment.

19 years agoUpdate. cvs/fedora-glibc-20041218T1131
Ulrich Drepper [Fri, 17 Dec 2004 20:09:30 +0000 (20:09 +0000)]
Update.

2004-12-17  Ulrich Drepper  <drepper@redhat.com>

* po/ja.po: Update from translation team.

19 years agoUpdate from translation team.
Ulrich Drepper [Fri, 17 Dec 2004 19:18:16 +0000 (19:18 +0000)]
Update from translation team.

19 years ago * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support for...
Richard Henderson [Fri, 17 Dec 2004 10:11:44 +0000 (10:11 +0000)]
    * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support         for NPTL where the PID is stored at userlevel and needs to be         reset when CLONE_THREAD is not used. nptl/         * sysdeps/unix/sysv/linux/alpha/clone.S: New file.         * sysdeps/alpha/tcb-offsets.sym (TID_OFFSET): New.

2004-12-17  Richard Henderson  <rth@redhat.com>

* sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support
for NPTL where the PID is stored at userlevel and needs to be
reset when CLONE_THREAD is not used.

19 years agoUpdate. cvs/fedora-glibc-20041217T0906
Andreas Jaeger [Fri, 17 Dec 2004 07:41:02 +0000 (07:41 +0000)]
Update.

2004-12-17  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.

2004-12-17  Andreas Jaeger  <aj@suse.de>

19 years agoupdate.
Andreas Jaeger [Fri, 17 Dec 2004 06:49:47 +0000 (06:49 +0000)]
update.

2004-12-16  Andreas Jaeger  <aj@suse.de>

* math/libm-test.inc (atan2_test): Compute value with 36 digits.
* sysdeps/alpha/fpu/libm-test-ulps: Adjust for changed result.
* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
* sysdeps/s390/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.

19 years ago(atan2_test): Compute value with 36 digits.
Andreas Jaeger [Fri, 17 Dec 2004 06:49:30 +0000 (06:49 +0000)]
(atan2_test): Compute value with 36 digits.

19 years agoUpdate.
Ulrich Drepper [Fri, 17 Dec 2004 05:20:58 +0000 (05:20 +0000)]
Update.

* sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: New file.
Increased PTHREAD_STACK_MIN.

19 years agoUpdate.
Ulrich Drepper [Fri, 17 Dec 2004 05:16:26 +0000 (05:16 +0000)]
Update.

2004-12-16  Ulrich Drepper  <drepper@redhat.com>

* tst-context1.c (stacks): Use bigger stack size.

19 years agoUpdate.
Ulrich Drepper [Fri, 17 Dec 2004 04:12:36 +0000 (04:12 +0000)]
Update.

2004-12-16  Ulrich Drepper  <drepper@redhat.com>

* stdlib/tst-setcontext.c: Enlarge st1 and st2 arrays.

19 years agoEnlarge st1 and st2 arrays.
Ulrich Drepper [Fri, 17 Dec 2004 04:05:22 +0000 (04:05 +0000)]
Enlarge st1 and st2 arrays.

19 years ago[BZ #610]
Roland McGrath [Fri, 17 Dec 2004 03:34:09 +0000 (03:34 +0000)]
[BZ #610]

2004-09-02  Steven Munroe  <sjmunroe@us.ibm.com>
[BZ #610]
* sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
(__novec_getcontext): Fix typo in store of fp29.
(__getcontext): Fix typo in store of fp29.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
(__novec_swapcontext): Fix typo in store of fp29.
(__swapcontext): Fix typo in store of fp29.

19 years ago* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix
Roland McGrath [Fri, 17 Dec 2004 03:31:59 +0000 (03:31 +0000)]
* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix

vague message.

19 years ago* nscd/Makefile ($(objpfx)nscd): Don't depend on $(selinux-LIBS),
Roland McGrath [Thu, 16 Dec 2004 22:21:56 +0000 (22:21 +0000)]
* nscd/Makefile ($(objpfx)nscd): Don't depend on $(selinux-LIBS),

which is usually a -lselinux that make will resolve wrongly.

19 years ago2004-12-16 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 16 Dec 2004 22:21:24 +0000 (22:21 +0000)]
2004-12-16  Roland McGrath  <roland@redhat.com>

* nscd/Makefile ($(objpfx)nscd): Don't depend on $(selinux-LIBS),
which is usually a -lselinux that make will resolve wrongly.

19 years ago* math/math.h: Use #if defined to not receive warnings about
Andreas Jaeger [Thu, 16 Dec 2004 18:35:59 +0000 (18:35 +0000)]
* math/math.h: Use #if defined to not receive warnings about

undefined symbols.

19 years agoUse #if defined to not receive warnings about undefined symbols.
Andreas Jaeger [Thu, 16 Dec 2004 18:35:41 +0000 (18:35 +0000)]
Use #if defined to not receive warnings about undefined symbols.

19 years agoUpdate.
Ulrich Drepper [Thu, 16 Dec 2004 16:49:39 +0000 (16:49 +0000)]
Update.

2004-12-16  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Add support
for NPTL where the PID is stored at userlevel and needs to be reset
when CLONE_THREAD is not used.

* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
(SYSCALL_ERROR_HANDLER): If RTLD_PRIVATE_ERRNO, use rtld_errno
instead of errno.
* sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Include
sysdep-cancel.h instead of sysdep.h.  Handle cancellation.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Regenerate.

* sysdeps/ieee754/ldbl-128/e_expl.c: Include stdlib.h.

19 years agoUpdate.
Ulrich Drepper [Thu, 16 Dec 2004 04:14:07 +0000 (04:14 +0000)]
Update.

2004-12-15  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/gethostid.c: Make bi-arch safe.

19 years agoUpdate. cvs/fedora-glibc-20041215T2056
Ulrich Drepper [Wed, 15 Dec 2004 20:50:54 +0000 (20:50 +0000)]
Update.

* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Correct stack
alignment.  Clean up flag bit tests.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Correct stack
alignment.  Clean up flag bit tests.  Remove redundent SP assignment.
Add TOC register save/restore around function call.

19 years agoCorrect stack alignment. Clean up flag bit tests. Remove redundent SP assignment...
Ulrich Drepper [Wed, 15 Dec 2004 20:37:06 +0000 (20:37 +0000)]
Correct stack alignment.  Clean up flag bit tests.  Remove redundent SP assignment.  Add TOC register save/restore around function call.

19 years ago* sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Make no_vmx symbol
Roland McGrath [Wed, 15 Dec 2004 20:36:10 +0000 (20:36 +0000)]
* sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Make no_vmx symbol

local.
* sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Make no_vmx symbol
local.
* sysdeps/powerpc/powerpc64/__longjmp-common.S: Make no_vmx symbol
local.
* sysdeps/powerpc/powerpc64/setjmp-common.S: Make no_vmx and
aligned_save_vmx symbol local.

19 years ago2004-12-15 Steven Munroe <sjmunroe@us.ibm.com>
Roland McGrath [Wed, 15 Dec 2004 20:36:01 +0000 (20:36 +0000)]
2004-12-15  Steven Munroe  <sjmunroe@us.ibm.com>

* sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Make no_vmx symbol
local.
* sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Make no_vmx symbol
local.
* sysdeps/powerpc/powerpc64/__longjmp-common.S: Make no_vmx symbol
local.
* sysdeps/powerpc/powerpc64/setjmp-common.S: Make no_vmx and
aligned_save_vmx symbol local.

19 years ago(__strncat_g): Improve last patch.
Ulrich Drepper [Wed, 15 Dec 2004 20:30:16 +0000 (20:30 +0000)]
(__strncat_g): Improve last patch.

19 years agoUpdate.
Ulrich Drepper [Wed, 15 Dec 2004 19:35:58 +0000 (19:35 +0000)]
Update.

2004-12-15  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/i386/i486/bits/string.h (__strncat_g): Fix i686
implementation.

19 years ago2004-06-05 Joseph S. Myers <jsm@polyomino.org.uk>
Ulrich Drepper [Wed, 15 Dec 2004 18:55:29 +0000 (18:55 +0000)]
2004-06-05  Joseph S. Myers  <jsm@polyomino.org.uk>

2004-12-15  Jakub Jelinek  <jakub@redhat.com>

19 years agoUpdate.
Ulrich Drepper [Wed, 15 Dec 2004 18:54:41 +0000 (18:54 +0000)]
Update.

2004-09-08  H.J. Lu  <hongjiu.lu@intel.com>

* Makeconfig (libunwind): New.
(libgcc_eh): Add $(libunwind).
(gnulib): Always set to -lgcc $(libgcc_eh).
(static-gnulib): Always set to -lgcc -lgcc_eh $(libunwind).
(libc.so-gnulib): New.
* Makerules (LDLIBS-c.so): Use $(libc.so-gnulib) instead of
$(static-gnulib).
* configure.in (libc_cv_cc_with_libunwind): Set to yes if gcc
uses -lunwind for static binaries.

19 years agoUpdate.
Ulrich Drepper [Wed, 15 Dec 2004 18:44:54 +0000 (18:44 +0000)]
Update.

22004-06-05  Joseph S. Myers  <jsm@polyomino.org.uk>

* malloc/Makefile (install-bin): Remove memusage.
(install-bin-script): Add memusage.

004-12-15  Jakub Jelinek  <jakub@redhat.com>

19 years agoUpdate.
Ulrich Drepper [Wed, 15 Dec 2004 17:45:55 +0000 (17:45 +0000)]
Update.

2004-12-15  Jakub Jelinek  <jakub@redhat.com>

* nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,
not libnsl_hidden_proto.

* sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Add support
for NPTL where the PID is stored at userlevel and needs to be reset
when CLONE_THREAD is not used.
* sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise.

* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone): Save
and restore r2 around call to fn.

19 years ago.I think this code is more correct.
Ulrich Drepper [Wed, 15 Dec 2004 09:14:28 +0000 (09:14 +0000)]
.I think this code is more correct.

19 years agoUpdate
Andreas Jaeger [Wed, 15 Dec 2004 08:54:24 +0000 (08:54 +0000)]
Update

2004-12-15  Andreas Jaeger  <aj@suse.de>

* sysdeps/ia64/dl-machine.h (elf_machine_rela): Mark auto instead
of static, add always_inline attribute.
(elf_machine_rela_relative): Likewise.
(elf_machine_lazy_rel): Likewise.

19 years ago(elf_machine_rela): Mark auto instead of static, add always_inline attribute. (elf_ma...
Andreas Jaeger [Wed, 15 Dec 2004 08:54:00 +0000 (08:54 +0000)]
(elf_machine_rela): Mark auto instead of static, add always_inline attribute. (elf_machine_rela_relative): Likewise. (elf_machine_lazy_rel): Likewise.

19 years agoUpdate. cvs/fedora-glibc-20041215T0847
Ulrich Drepper [Wed, 15 Dec 2004 08:11:12 +0000 (08:11 +0000)]
Update.

2004-12-15  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Add support
for pid caching in nptl.

19 years agoUpdate.
Ulrich Drepper [Wed, 15 Dec 2004 07:04:50 +0000 (07:04 +0000)]
Update.

2004-12-14  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Add support
for pid caching in nptl.

19 years agoIf child crashes, report this first. Print which signal.
Ulrich Drepper [Wed, 15 Dec 2004 06:06:02 +0000 (06:06 +0000)]
If child crashes, report this first.  Print which signal.

19 years ago* sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Use
Roland McGrath [Wed, 15 Dec 2004 01:01:02 +0000 (01:01 +0000)]
* sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Use

__NTH instead of __THROW in the inline definition.
* sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.

* sysdeps/mips/bits/dlfcn.h (RTLD_DEEPBIND): New macro.

* sysdeps/unix/sysv/linux/mips/bits/mman.h
(PROT_GROWSDOWN, PROT_GROWSUP): New macros.

19 years ago2004-10-18 Maciej W. Rozycki <macro@mips.com>
Roland McGrath [Wed, 15 Dec 2004 01:00:48 +0000 (01:00 +0000)]
2004-10-18  Maciej W. Rozycki  <macro@mips.com>

* sysdeps/unix/sysv/linux/mips/bits/mman.h
(PROT_GROWSDOWN, PROT_GROWSUP): New macros.

19 years agoUpdate.
Ulrich Drepper [Tue, 14 Dec 2004 21:25:41 +0000 (21:25 +0000)]
Update.

2004-10-06  Alan Modra  <amodra@bigpond.net.au>

* sysdeps/powerpc/powerpc64/ppc-mcount.S (PROF): Don't undef.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Invoke CALL_MOUNT.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.

19 years ago[BZ #457]
Ulrich Drepper [Tue, 14 Dec 2004 21:18:36 +0000 (21:18 +0000)]
[BZ #457]

Update.
2004-10-19  Wolfram Gloger  <wg@malloc.de>

* malloc/hooks.c (mem2chunk_check, top_check): Handle
non-contiguous arena.  Reported by Michael Dalton
<mwdalton@stanford.edu> [BZ #457].  Add further checks for top chunk.

19 years agoUpdate.
Ulrich Drepper [Tue, 14 Dec 2004 15:39:54 +0000 (15:39 +0000)]
Update.

2004-12-14  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/posix/sysconf.c (__sysconf_check_spec): Remove leading
underscore from GETCONF_DIR filenames.

19 years agoUpdate. cvs/fedora-glibc-20041214T1058
Ulrich Drepper [Tue, 14 Dec 2004 02:41:43 +0000 (02:41 +0000)]
Update.

* po/de.po: Update from translation team.

19 years agoUpdate. cvs/fedora-glibc-20041213T2323
Ulrich Drepper [Mon, 13 Dec 2004 21:50:20 +0000 (21:50 +0000)]
Update.

2004-12-13  Ulrich Drepper  <drepper@redhat.com>

* nss/getnssent.c (__nss_getent): Double buffer size each round to
avoid problems with delays for some people's huge entries.
* nss/getXXbyYY.c (FUNCTION_NAME): Likewise.

19 years agoUpdate.
Ulrich Drepper [Mon, 13 Dec 2004 21:29:18 +0000 (21:29 +0000)]
Update.

2004-12-13  Jakub Jelinek  <jakub@redhat.com>

* posix/getconf.c (main): Prepend just $GETCONF_DIR/ instead of
$GETCONF_DIR/_ to spec.
* posix/confstr.c (confstr): Remove leading underscores for
_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS.

19 years agoUpdate.
Ulrich Drepper [Sun, 12 Dec 2004 21:06:37 +0000 (21:06 +0000)]
Update.

2004-12-12  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-load.c (_dl_map_object_from_fd): Fix computation of
mapping start.  It must take the actual pagesize into account, not
the alignment in the file.

19 years agoUpdate.
Ulrich Drepper [Sat, 11 Dec 2004 21:15:24 +0000 (21:15 +0000)]
Update.

2004-12-11  Ulrich Drepper  <drepper@redhat.com>

* malloc/malloc.c (_int_realloc): Add checks for corrupted memory.
(_int_free): Make clear message are result of free() calls.

* malloc/malloc.c (_int_realloc): Remove unnecessary tests for
oldmem and size == 0.

19 years agoUpdate.
Ulrich Drepper [Fri, 10 Dec 2004 11:42:45 +0000 (11:42 +0000)]
Update.

2004-12-10  Ulrich Drepper  <drepper@redhat.com>

* malloc/arena.c (arena_get2): Prevent endless loop if arenas and
list lock are taken.

19 years agoAdd check if the value is not an empty string. [BZ #597]
Ulrich Drepper [Fri, 10 Dec 2004 10:56:19 +0000 (10:56 +0000)]
Add check if the value is not an empty string.  [BZ #597]

19 years ago[BZ #305]
Ulrich Drepper [Fri, 10 Dec 2004 10:44:01 +0000 (10:44 +0000)]
[BZ #305]

Update.
2004-12-08  Thorsten Kukuk  <kukuk@suse.de>

* nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_getnetgrent_r):
Add check if the value is not an empty string.  [BZ #305]

19 years agoUpdate. cvs/fedora-glibc-20041210T0634
Ulrich Drepper [Fri, 10 Dec 2004 04:41:46 +0000 (04:41 +0000)]
Update.

2004-11-29  Jakub Jelinek  <jakub@redhat.com>

* stdlib/strtod_l.c (INTERNAL (__STRTOF)): If densize > 2
and numsize < densize, always shift num up by empty + 1 limbs.

19 years agoUpdate.
Ulrich Drepper [Fri, 10 Dec 2004 04:37:58 +0000 (04:37 +0000)]
Update.

2004-12-07  Paolo Bonzini  <bonzini@gnu.org>

* posix/regexec.c (proceed_next_node): Simplify treatment of epsilon
nodes.  Pass the pushed node to push_fail_stack.
(push_fail_stack): Accept a single node rather than an array
of two epsilon destinations.
(build_sifted_states): Only walk non-epsilon nodes.
(check_arrival): Don't pass epsilon nodes to
check_arrival_add_next_nodes.
(check_arrival_add_next_nodes) [DEBUG]: Abort if an epsilon node is
found.
(check_node_accept): Do expensive checks later.
(add_epsilon_src_nodes): Cache result of merging the inveclosures.
* posix/regex_internal.h (re_dfastate_t): Add non_eps_nodes and
inveclosure.
(re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at,
re_string_context_at, re_string_peek_byte_case,
re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
Declare as pure.
* posix/regex_internal.c (create_newstate_common): Remove.
(register_state): Move part of it here.  Initialize non_eps_nodes.
(free_state): Free inveclosure and non_eps_nodes.
(create_cd_newstate, create_ci_newstate): Allocate the new
re_dfastate_t here.

19 years agoUpdate.
Ulrich Drepper [Fri, 10 Dec 2004 01:36:18 +0000 (01:36 +0000)]
Update.

2004-12-09  Ulrich Drepper  <drepper@redhat.com>

* malloc/malloc.c (public_rEALLOc): Add parameter checks.
(_int_free): Provide better error message for invalid pointers.

19 years agoUpdate.
Ulrich Drepper [Fri, 10 Dec 2004 00:41:30 +0000 (00:41 +0000)]
Update.

2004-12-01  Jakub Jelinek  <jakub@redhat.com>

* posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
conditionals instead of defined _POSIX_CPUTIME.
(main): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME
option is available.
* posix/tst-regex.c2: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
conditionals instead of defined _POSIX_CPUTIME.
(do_test): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME
option is available.
* sysdeps/posix/sysconf.c (__sysconf): If _POSIX_CPUTIME resp.
_POSIX_THREAD_CPUTIME is defined to 0, return -1 for the corresponding
_SC_ argument.

19 years ago(__pthread_initialize_minimal_internal): Also unblock SIGSETXID.
Ulrich Drepper [Thu, 9 Dec 2004 23:53:39 +0000 (23:53 +0000)]
(__pthread_initialize_minimal_internal): Also unblock SIGSETXID.

19 years ago* elf/ldd.bash.in: When set -o pipefail is available, use that for
Roland McGrath [Wed, 8 Dec 2004 22:08:52 +0000 (22:08 +0000)]
* elf/ldd.bash.in: When set -o pipefail is available, use that for

piping to cat; when not, don't use the pipe at all.
Pipe to cat in all cases of running the executable.
When direct running exits with code 5, retry running via ${RTLD}.
* elf/rtld.c (process_envvars): If __libc_enable_secure and
mode != normal, exit with exitcode 5.

19 years ago* sysdeps/posix/sysconf.c (__sysconf_check_spec): Only define cvs/fedora-glibc-20041208T1024
Roland McGrath [Tue, 7 Dec 2004 21:06:29 +0000 (21:06 +0000)]
* sysdeps/posix/sysconf.c (__sysconf_check_spec): Only define

if it will be actually used.

19 years ago* rt/tst-timer5.c (setup_test): New function.
Roland McGrath [Tue, 7 Dec 2004 20:45:18 +0000 (20:45 +0000)]
* rt/tst-timer5.c (setup_test): New function.

(TEST_CLOCK_MISSING): Use it to punt test if timer_create does not
support CLOCK_MONOTONIC.