aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-04-25 13:54:00 +0000
committerTom Tromey <tromey@redhat.com>2012-04-25 13:54:00 +0000
commite65f9ffb8e49431537404712a5b1eed310964cb0 (patch)
treef814cfd54cd68eb91fcff31fa809f2ed0c02c781 /gdb/testsuite/ChangeLog
parentf02e2b19dd1bde9a77ac106db19185237d6d321b (diff)
downloadfsf-binutils-gdb-e65f9ffb8e49431537404712a5b1eed310964cb0.zip
fsf-binutils-gdb-e65f9ffb8e49431537404712a5b1eed310964cb0.tar.gz
fsf-binutils-gdb-e65f9ffb8e49431537404712a5b1eed310964cb0.tar.bz2
* gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7bf0cc1..8c1fd30 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-25 Tom Tromey <tromey@redhat.com>
+
+ * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
+
2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
Jan Kratochvil <jan.kratochvil@redhat.com>