Skip to content
Snippets Groups Projects
  1. Nov 13, 2008
  2. Nov 12, 2008
  3. Nov 11, 2008
  4. Nov 07, 2008
    • Jakub Jelinek's avatar
      * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the · 01bd5e96
      Jakub Jelinek authored
      correct instruction to remove the stack frame.
      2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
      
      	* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
      	correct instruction to remove the stack frame.
      01bd5e96
    • Jakub Jelinek's avatar
      * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq, · a9069550
      Jakub Jelinek authored
      __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
      2008-11-03  Michael Matz  <matz@suse.de>
      
      	* sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
      	__arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
      a9069550
    • Jakub Jelinek's avatar
      * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked): · 09f66a4f
      Jakub Jelinek authored
      Remove.
      	* include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
      	Remove.
      09f66a4f
    • Jakub Jelinek's avatar
      * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address, · 4b23f9bd
      Jakub Jelinek authored
      __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type 
      of the thread variable instead of void *. 
      * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define, 
      __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise. 
      * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust 
      __libc_tsd_define arguments. 
      (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust 
      __libc_tsd_address arguments.  Remove union hack. 
      * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments. 
      * sunrpc/rpc_thread.c (RPC_VARS): Likewise. 
      (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables): 
      Adjust __libc_tsd_{set,get} arguments. 
      * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust 
      __libc_tsd_define arguments. 
      * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get} 
      arguments. 
      * locale/lc-ctype.c (_nl_postload_ctype): Likewise. 
      * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type. 
      (LOCALE): Adjust __libc_tsd_define arguments. 
      * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get 
      arguments. 
      (LOCALE): Adjust __libc_tsd_define arguments. 
      * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define 
      arguments. 
      (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get} 
      arguments. nptl/ 
      * sysdeps/pthread/malloc-machine.h (MALLOC): Adjust __libc_tsd_define 
      arguments. 
      (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get} 
      arguments.
      2008-11-07  Jakub Jelinek  <jakub@redhat.com>
      
      	* bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
      	__libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
      	of the thread variable instead of void *.
      	* sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
      	__libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
      	* include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
      	__libc_tsd_define arguments.
      	(__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
      	__libc_tsd_address arguments.  Remove union hack.
      	* include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
      	* sunrpc/rpc_thread.c (RPC_VARS): Likewise.
      	(__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
      	Adjust __libc_tsd_{set,get} arguments.
      	* ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
      	__libc_tsd_define arguments.
      	* locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
      	arguments.
      	* locale/lc-ctype.c (_nl_postload_ctype): Likewise.
      	* locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
      	(LOCALE): Adjust __libc_tsd_define arguments.
      	* locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
      	arguments.
      	(LOCALE): Adjust __libc_tsd_define arguments.
      	* sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
      	arguments.
      	(tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
      	arguments.
      4b23f9bd
  5. Nov 03, 2008
  6. Nov 01, 2008
    • Ulrich Drepper's avatar
      [BZ #6955] · efac1fce
      Ulrich Drepper authored
      2008-11-01  Ulrich Drepper  <drepper@redhat.com>
      	[BZ #6955]
      	* pthread_mutex_lock.c: Add support for private PI mutexes.
      	* pthread_mutex_timedlock.c: Likewise.
      	* pthread_mutex_trylock.c: Likewise.
      	* pthread_mutex_unlock.c: Likewise.
      	Patch mostly by Ben Jackson <ben@ben.com>.
      efac1fce
    • Ulrich Drepper's avatar
      [BZ #6966] · 64647f9a
      Ulrich Drepper authored
      2008-11-01  Ulrich Drepper  <drepper@redhat.com>
      	[BZ #6966]
      	* misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
      64647f9a
    • Ulrich Drepper's avatar
      2008-10-24 Joseph Myers <joseph@codesourcery.com> · acd44dbc
      Ulrich Drepper authored
      	    Ulrich Drepper  <drepper@redhat.com>
      
      	* math/tgmath.h (__floating_type): Use __builtin_classify_type in
      	definition for GCC 3.1 and later.
      		
      acd44dbc
    • Ulrich Drepper's avatar
      [BZ #6843] · bf837fa3
      Ulrich Drepper authored
      2008-10-31  Ulrich Drepper  <drepper@redhat.com>
      	[BZ #6843]
      	* sysdeps/pthread/gai_misc.h (__gai_create_helper_thread):
      	Increase stack size for helper thread.
      bf837fa3
  7. Oct 31, 2008
  8. Oct 30, 2008
  9. Oct 28, 2008
  10. Oct 26, 2008
  11. Oct 24, 2008
  12. Oct 23, 2008
  13. Oct 22, 2008
  14. Oct 17, 2008
Loading