aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2006-10-20 01:08:14 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2006-10-20 01:08:14 +0000
commitf86172a554d0c568bc134cb7816f41df1c739475 (patch)
tree322a7beb5885c4667e963bd13d060964181265a2 /gdb/ChangeLog
parentb7149293aa320693b0bc762fb5e09a991fa8dc6a (diff)
downloadgdb-f86172a554d0c568bc134cb7816f41df1c739475.zip
gdb-f86172a554d0c568bc134cb7816f41df1c739475.tar.gz
gdb-f86172a554d0c568bc134cb7816f41df1c739475.tar.bz2
* linux-thread-db.c (check_for_thread_db): Don't attempt to use
thread_db for remote targets. * remote.c (remote_new_objfile): Always call predecessor on new_objfile event chain.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1c11ec2..51e0ba9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-19 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * linux-thread-db.c (check_for_thread_db): Don't attempt to use
+ thread_db for remote targets.
+ * remote.c (remote_new_objfile): Always call predecessor on
+ new_objfile event chain.
+
2006-10-19 Joel Brobecker <brobecker@adacore.com>
* solib.c (libpthread_solib_p): New function.