From: Ulrich Drepper Date: Mon, 25 Aug 2003 09:08:28 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~18882 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=544f3cdfff81228c079df98367590d5bb05391f0;p=external%2Fglibc.git Update. 2003-08-18 Alfred M. Szmidt * sysdeps/generic/bits/libc-lock.h (__libc_cleanup_pop): Redefine and use __libc_cleanup_region_end instead. --- diff --git a/ChangeLog b/ChangeLog index 14e6159..dcc0e62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-18 Alfred M. Szmidt + + * sysdeps/generic/bits/libc-lock.h (__libc_cleanup_pop): Redefine + and use __libc_cleanup_region_end instead. + 2003-08-25 Ulrich Drepper * elf/ldconfig.c (search_dir): Revert patch of 2003-7-21. diff --git a/bits/libc-lock.h b/bits/libc-lock.h index d87bd9b..3f9c211 100644 --- a/bits/libc-lock.h +++ b/bits/libc-lock.h @@ -118,7 +118,7 @@ (*__save_FCT)(__save_ARG); \ #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) -#define __libc_cleanup_pop(execute) __libc_cleanup_end (execute) +#define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) /* We need portable names for some of the functions. */ #define __libc_mutex_unlock diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index 02d0dc1..9da34c0 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,9 @@ +2003-08-18 Daniel Jacobowitz + + * td_thr_getfpregs.c (td_thr_getfpregs): Use the main thread if + the descriptor is uninitialized. + * td_thr_getgregs.c (td_thr_getgregs): Likewise. + 2003-03-15 Roland McGrath * thread_db.h (td_err_e): Add TD_NOTLS and TD_TLSDEFER. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index ced228b..7eb2612 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,7 +1,12 @@ +2003-08-25 Ulrich Drepper + + * locales/an_ES: Fix locale header information. + Patch by Jordi Mallach . + 2003-08-14 Ulrich Drepper - * localedata/charmaps/WINDOWS-31J: New file. - * localedata/charmaps/EUC-JP-MS: New file + * charmaps/WINDOWS-31J: New file. + * charmaps/EUC-JP-MS: New file Patch by MORIYAMA Masayuki . 2003-07-27 Andreas Jaeger diff --git a/sysdeps/generic/bits/libc-lock.h b/sysdeps/generic/bits/libc-lock.h index d87bd9b..3f9c211 100644 --- a/sysdeps/generic/bits/libc-lock.h +++ b/sysdeps/generic/bits/libc-lock.h @@ -118,7 +118,7 @@ (*__save_FCT)(__save_ARG); \ #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) -#define __libc_cleanup_pop(execute) __libc_cleanup_end (execute) +#define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) /* We need portable names for some of the functions. */ #define __libc_mutex_unlock