Browse Source

pull from upstream

Mike Frysinger 18 years ago
parent
commit
60907d3b85

+ 3 - 3
libpthread/linuxthreads_db/CVS/Entries

@@ -2,11 +2,9 @@
 /td_symbol_list.c/1.5/Thu Dec 18 02:22:04 2003//
 /td_ta_new.c/1.13/Thu Jan 30 08:20:09 2003//
 /Banner/1.1/Tue Nov 15 14:20:48 2005//
-/ChangeLog/1.69/Tue Nov 15 14:20:48 2005//
 /Versions/1.4/Tue Nov 15 14:20:48 2005//
 /proc_service.h/1.9/Tue Nov 15 14:20:48 2005//
 /shlib-versions/1.1/Tue Nov 15 14:20:48 2005//
-/td_init.c/1.4/Tue Nov 15 14:20:48 2005//
 /td_log.c/1.3/Tue Nov 15 14:20:48 2005//
 /td_ta_clear_event.c/1.5/Tue Nov 15 14:20:48 2005//
 /td_ta_delete.c/1.4/Tue Nov 15 14:20:48 2005//
@@ -44,6 +42,8 @@
 /td_thr_tlsbase.c/1.4/Tue Nov 15 14:20:48 2005//
 /td_thr_tsd.c/1.6/Tue Nov 15 14:20:48 2005//
 /thread_db.h/1.14/Tue Nov 15 14:20:48 2005//
-/thread_dbP.h/1.14/Tue Nov 15 14:20:48 2005//
 /td_thr_validate.c/1.8/Tue Nov 22 18:25:09 2005//
+/ChangeLog/1.71/Wed Aug 23 15:29:15 2006//
+/thread_dbP.h/1.15/Result of merge//
+/td_init.c/1.5/Wed Aug 23 15:29:44 2006//
 D

+ 8 - 0
libpthread/linuxthreads_db/ChangeLog

@@ -1,3 +1,11 @@
+2006-04-25  Bernhard Fischer  <rep.nop@aon.at>
+
+	* td_init.c (__td_debug): Only declare when NDEBUG is undefined.
+
+2006-04-25  Bernhard Fischer  <rep.nop@aon.at>
+
+	* thread_dbP.h: Fix Indices typo in comment.
+
 2005-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
 
 	* td_ta_clear_event.c (td_ta_clear_event): Correct arguments to

+ 2 - 1
libpthread/linuxthreads_db/td_init.c

@@ -1,5 +1,5 @@
 /* Initialization function of thread debugger support library.
-   Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
 
@@ -24,6 +24,7 @@
 int __td_debug;
 #endif
 
+
 td_err_e
 td_init (void)
 {