Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 25 Aug 2003 09:08:28 +0000 (09:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 25 Aug 2003 09:08:28 +0000 (09:08 +0000)
2003-08-18  Alfred M. Szmidt  <ams@kemisten.nu>

* sysdeps/generic/bits/libc-lock.h (__libc_cleanup_pop): Redefine
and use __libc_cleanup_region_end instead.

ChangeLog
bits/libc-lock.h
linuxthreads_db/ChangeLog
localedata/ChangeLog
sysdeps/generic/bits/libc-lock.h

index 14e6159931b21eb6007c3fb058dd2f7793a82f01..dcc0e62fb3dd8eab5fa4bb3361e157273dd4611a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-18  Alfred M. Szmidt  <ams@kemisten.nu>
+
+       * sysdeps/generic/bits/libc-lock.h (__libc_cleanup_pop): Redefine
+       and use __libc_cleanup_region_end instead.
+
 2003-08-25  Ulrich Drepper  <drepper@redhat.com>
 
        * elf/ldconfig.c (search_dir): Revert patch of 2003-7-21.
index d87bd9b03a091a3ec8dbdba530224f5503c2c4dd..3f9c211e0af853ff874deec21fd23f8867a27c8f 100644 (file)
     (*__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
index 02d0dc1c9263a08c27c4a3c90542efa62dbf0fbd..9da34c0ed816ee41df5dbb8c153a9ef93c386a5b 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-18  Daniel Jacobowitz  <drow@mvista.com>
+
+       * 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  <roland@redhat.com>
 
        * thread_db.h (td_err_e): Add TD_NOTLS and TD_TLSDEFER.
index ced228ba437f88b91b8b0d7e7728ce86681359ca..7eb2612fe8e2a09799ffcdbc00c776471dd7b7f1 100644 (file)
@@ -1,7 +1,12 @@
+2003-08-25  Ulrich Drepper  <drepper@redhat.com>
+
+       * locales/an_ES: Fix locale header information.
+       Patch by Jordi Mallach <jordi@sindominio.net>.
+
 2003-08-14  Ulrich Drepper  <drepper@redhat.com>
 
-       * 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 <msyk@mtg.biglobe.ne.jp>.
 
 2003-07-27  Andreas Jaeger  <aj@suse.de>
index d87bd9b03a091a3ec8dbdba530224f5503c2c4dd..3f9c211e0af853ff874deec21fd23f8867a27c8f 100644 (file)
     (*__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