aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-11-28 16:04:00 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-11-28 16:04:00 +0000
commitf556d5e59d4d48060f958a084e7ddcf25fe99d5c (patch)
tree42b986e43b420a35fcb66f9f524e84e807082721 /gdb/testsuite/ChangeLog
parentfcfcc2b53dea9fe3d32a9db3c197d727fb5d5769 (diff)
downloadgdb-f556d5e59d4d48060f958a084e7ddcf25fe99d5c.zip
gdb-f556d5e59d4d48060f958a084e7ddcf25fe99d5c.tar.gz
gdb-f556d5e59d4d48060f958a084e7ddcf25fe99d5c.tar.bz2
* gdb.base/break.c (main): Call malloc.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 95007e9..40685ea 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,4 +1,6 @@
-2006-11-28 Nathan Sidwell <nathan@codesourcery.com>
+2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
+
+ * gdb.base/break.c (main): Call malloc.
* gdb.threads/linux-dp.exp: Read thread table before and after
creating each philosopher and verify it.