aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-10-17 15:52:53 +0000
committerDaniel Jacobowitz <drow@false.org>2006-10-17 15:52:53 +0000
commit5bd2f6e2a6179014300f75f86231e0e37736eb6b (patch)
treef43a0331fa39ff11f53a9cdad0024f5a867c2837 /gdb/testsuite/ChangeLog
parente95de06338c51f03d29a7fe5d2f1c374054c9e44 (diff)
downloadgdb-5bd2f6e2a6179014300f75f86231e0e37736eb6b.zip
gdb-5bd2f6e2a6179014300f75f86231e0e37736eb6b.tar.gz
gdb-5bd2f6e2a6179014300f75f86231e0e37736eb6b.tar.bz2
* gdb.threads/manythreads.c (thread_function, main): Don't cast
int to pointer or pointer to int. * gdb.threads/manythreads.exp: Don't expect the string "LWP".
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 34fb073..440fde9 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gdb.threads/manythreads.c (thread_function, main): Don't cast
+ int to pointer or pointer to int.
+ * gdb.threads/manythreads.exp: Don't expect the string "LWP".
+
2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.