about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Updated to fedora-glibc-20060306T1239 cvs/fedora-glibc-2_4-1Jakub Jelinek2006-03-0631-428/+1119
|
* * elf/check-textrel.c: Don't include config.h.Jakub Jelinek2006-03-061-1/+0
|
* Add -DUSE_CFA_VAL_EXPRESSION to CFLAGS on x86_64. cvs/fedora-glibc-2_3_91-2Jakub Jelinek2006-03-061-0/+3
|
* * sysdeps/unix/sysv/linux/i386/lowlevellock.hJakub Jelinek2006-03-064-82/+280
| | | | | | | | | | | | (LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END, LLL_STUB_UNWIND_INFO_3, LLL_STUB_UNWIND_INFO_4): Define. (lll_mutex_lock, lll_robust_mutex_lock, lll_mutex_cond_lock, lll_robust_mutex_cond_lock, lll_mutex_timedlock, lll_robust_mutex_timedlock, lll_mutex_unlock, lll_robust_mutex_unlock, lll_lock, lll_unlock): Use them. Add _L_*_ symbols around the subsection. * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Add unwind info. * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Likewise.
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.hJakub Jelinek2006-03-064-83/+325
| | | | | | | | | | | | (LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END, LLL_STUB_UNWIND_INFO_5, LLL_STUB_UNWIND_INFO_6): Define. (lll_mutex_lock, lll_robust_mutex_lock, lll_mutex_cond_lock, lll_robust_mutex_cond_lock, lll_mutex_timedlock, lll_robust_mutex_timedlock, lll_mutex_unlock, lll_robust_mutex_unlock, lll_lock, lll_unlock): Use them. Add _L_*_ symbols around the subsection. * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Add unwind info. * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Likewise.
* Updated to fedora-glibc-20060306T0720Jakub Jelinek2006-03-0659-752/+953
|
* 2.3.91-1 cvs/fedora-glibc-2_3_91-1Jakub Jelinek2006-03-021-1/+9
|
* * malloc/malloc.c (MALLOC_ALIGNMENT): Set to __alignof__ (long double)Jakub Jelinek2006-03-022-6/+19
| | | | | | if long double is more aligned than 2 * SIZE_SZ. (misaligned_chunk): Define. (public_rEALLOc, _int_free, _int_realloc): Use it.
* * elf/check-textrel.c: Include config.h.Jakub Jelinek2006-03-025-0/+65
| | | | | | | | | (AB(handle_file)): Don't fail if PF_X | PF_W on architectures known to have executable writable PLT. * sysdeps/powerpc/powerpc32/configure.in (HAVE_PPC_SECURE_PLT): New test. * sysdeps/powerpc/powerpc32/configure: Rebuilt. * config.h.in (HAVE_PPC_SECURE_PLT): Add.
* Updated to fedora-glibc-20060302T0855Jakub Jelinek2006-03-0235-853/+987
|
* * configure (libc_add_on_canonical, libc_add_on_subdir): Set. cvs/fedora-glibc-2_3_90-39Jakub Jelinek2006-03-012-1/+7
|
* * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_robust_mutex_dead,Jakub Jelinek2006-03-012-2/+64
| | | | | | | lll_robust_mutex_trylock, lll_robust_mutex_lock, lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock, lll_robust_mutex_unlock): Define. (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
* Updated to fedora-glibc-20060301T0647Jakub Jelinek2006-03-01938-38434/+5662
|
* * include/atomic.h (atomic_and, atomic_or): Define. cvs/fedora-glibc-2_3_90-38Jakub Jelinek2006-02-178-21/+414
| | | | | | | | | | | | | nptl/ * sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock, lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock, lll_robust_mutex_unlock): New macros. (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes. * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/lowlevelrobustlock.c: New file.
* Updated to fedora-glibc-20060217T1609Jakub Jelinek2006-02-1735-197/+1337
|
* * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h cvs/fedora-glibc-2_3_90-37Jakub Jelinek2006-02-137-14/+92
| | | | | | | | | | | | | | | | | | | | (__pthread_list_t): New typedef. (pthread_mutex_t): Replace __next and __prev fields with __list. * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h (__pthread_list_t): New typedef. (pthread_mutex_t): Replace __next and __prev fields with __list. * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h (__pthread_list_t, __pthread_slist_t): New typedefs. (pthread_mutex_t): Replace __next and __prev fields with __list. * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h (__pthread_list_t, __pthread_slist_t): New typedefs. (pthread_mutex_t): Replace __next and __prev fields with __list. * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h (__pthread_list_t, __pthread_slist_t): New typedefs. (pthread_mutex_t): Replace __next and __prev fields with __list. * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h (__pthread_slist_t): New typedef. (pthread_mutex_t): Replace __next field with __list.
* Updated to fedora-glibc-20060213T0650Jakub Jelinek2006-02-1335-183/+606
|
* 2.3.90-36 cvs/fedora-glibc-2_3_90-36Jakub Jelinek2006-02-041-1/+2
|
* Updated to fedora-glibc-20060204T0758Jakub Jelinek2006-02-049-24/+58
|
* * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, cvs/fedora-glibc-2_3_90-35Jakub Jelinek2006-02-032-1/+7
| | | | | qfcvt_r): Guard with #if defined __USE_SVID || defined __USE_XOPEN_EXTENDED.
* * sysdeps/unix/sysv/linux/futimesat.c (futimesat): IfJakub Jelinek2006-02-033-20/+12
| | | | | | file == NULL, use __futimes unconditionally. * manual/filesys.texi (futimes): Fix prototype.
* * math/math.h (__nldbl_nexttowardf): Put __THROW beforeJakub Jelinek2006-02-032-3/+16
| | | | | | | | | __attribute__ ((__const__)). (__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT followed by __THROW. * math/math.h [__LDBL_COMPAT && __USE_ISOC99] (nexttowardl): New prototype.
* Updated to fedora-glibc-20060203T0932Jakub Jelinek2006-02-0310-43/+81
|
* 2006-02-02 Roland McGrath <roland@redhat.com> cvs/fedora-glibc-2_3_90-33Jakub Jelinek2006-02-029-90/+226
| | | | | | | | | | | | | | | | | | | | * timezone/private.h: Update from tzcode2006a. * timezone/scheck.c: Likewise. * timezone/asia: Update from tzdata2006a. * timezone/northamerica: Likewise. * timezone/zone.tab: Likewise. * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): New variable. (CFLAGS-mcount.c): Use it instead of -msoft-float. * sysdeps/powerpc/powerpc64/elf/Makefile (CFLAGS-dl-runtime.os, CFLAGS-dl-lookup.os, CFLAGS-dl-misc.os, CFLAGS-rtld-mempcpy.os, CFLAGS-rtld-memmove.os, CFLAGS-rtld-memchr.os, CFLAGS-rtld-strnlen.os): LIkewise 2006-02-01 Roland McGrath <roland@redhat.com> * sysdeps/ieee754/ldbl-opt/Makefile (sysdep-CFLAGS): Avoid adding -mlong-double-128 when it's already there.
* 2.3.90-33Jakub Jelinek2006-02-021-1/+5
|
* Updated to fedora-glibc-20060202T0507Jakub Jelinek2006-02-028-18/+64
|
* 2.3.90-32 cvs/fedora-glibc-2_3_90-32Jakub Jelinek2006-02-011-1/+53
|
* * include/bits/stdlib-ldbl.h: New file.Jakub Jelinek2006-02-013-0/+7
| | | | * include/bits/wchar-ldbl.h: New file.
* * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Fix a typo.Jakub Jelinek2006-02-013-58/+7
| | | | * sysdeps/s390/fpu/libm-test-ulps: Remove llrint ulps.
* Updated to fedora-glibc-20060201T0846Jakub Jelinek2006-02-0163-270/+1581
|
* 2.3.90-31 cvs/fedora-glibc-2_3_90-31Jakub Jelinek2006-01-301-0/+63
|
* 2.3.90-31Jakub Jelinek2006-01-301-6/+11
|
* Updated to fedora-glibc-20060130T0922Jakub Jelinek2006-01-30798-1967/+24183
|
* Updated to fedora-glibc-20060109T2152 cvs/fedora-glibc-2_3_90-30Jakub Jelinek2006-01-09280-4341/+4732
|
* s/struct pthread_mutex_s/struct __pthread_mutex_s/ cvs/fedora-glibc-2_3_90-29Jakub Jelinek2006-01-061-1/+1
|
* s/private/__private/Jakub Jelinek2006-01-061-1/+2
|
* Updated to fedora-glibc-20060106T2148Jakub Jelinek2006-01-0657-143/+931
|
* Updated to fedora-glibc-20060106T0916 cvs/fedora-glibc-2_3_90-28Jakub Jelinek2006-01-0650-156/+1057
|
* Updated to fedora-glibc-20060104T0754 cvs/fedora-glibc-2_3_90-26Jakub Jelinek2006-01-0441-104/+1209
|
* Updated to fedora-glibc-20060102T2114 cvs/fedora-glibc-2_3_90-25Jakub Jelinek2006-01-0226-61/+547
|
* 2.3.90-24 cvs/fedora-glibc-2_3_90-24Jakub Jelinek2006-01-021-1/+6
|
* Updated to fedora-glibc-20060102T1045Jakub Jelinek2006-01-02151-1956/+3053
|
* .Jakub Jelinek2005-12-271-0/+1
|
* * elf/ldconfig.c (search_dir): Skip prelink temporaries. cvs/fedora-glibc-2_3_90-23Jakub Jelinek2005-12-272-1/+16
|
* iMerge some more.Jakub Jelinek2005-12-2713-25/+119
|
* Updated to fedora-glibc-20051227T1426Jakub Jelinek2005-12-27199-4401/+1980
|
* Revert: cvs/fedora-glibc-2_3_90-22Jakub Jelinek2005-12-214-12/+4
| | | | | | | | | | Workaround for http://gcc.gnu.org/PR25240 * include/libc-symbols.h (weak_extern): Define using weak attribute. (_weak_extern): Remove. (weak_tls_extern): Define. * locale/uselocale.c (DEFINE_CATEGORY): Use weak_tls_extern for _nl_current_##category. * locale/setlocale.c (DEFINE_CATEGORY): Likewise.
* Updated to fedora-glibc-20051221T0931Jakub Jelinek2005-12-2136-165/+188
|
* Updated to fedora-glibc-20051220T1751 cvs/fedora-glibc-2_3_90-21Jakub Jelinek2005-12-2021-91/+273
|
* * malloc/mtrace.c (__libc_malloc, __libc_free, __libc_realloc, cvs/fedora-glibc-2_3_90-20Jakub Jelinek2005-12-203-11/+57
| | | | | | | | | | | | | | | | | | | __libc_memalign): Add prototypes and libc_hidden_proto resp. defines for !_LIBC. (tr_freehook): Call __libc_free instead of free. (tr_mallochook): Call __libc_malloc instead of malloc. (tr_reallochook): Call __libc_realloc instead of realloc. (tr_memalignhook): Call __libc_memalign instead of memalign. * malloc/mcheck.c: Include stdlib.h. (__libc_malloc, __libc_free, __libc_realloc, __libc_memalign): Add prototypes and libc_hidden_proto resp. defines for !_LIBC. (freehook): Call __libc_free instead of free. (mallochook): Call __libc_malloc instead of malloc. (reallochook): Call __libc_realloc instead of realloc. (memalignhook): Call __libc_memalign instead of memalign. (mcheck): Call __libc_malloc and __libc_free instead of malloc and free.