Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-06-23 14:20:59 +0400
committerNathan Sidwell <nathan@codesourcery.com>2006-06-23 14:20:59 +0400
commit945fb5df1bf64dec8868ac5640c4b4acaf880433 (patch)
tree9c120219f760b36a6bd7241fb7c7327c1e3b413c
parent1320e08510d39ae503b7dbcd4616258d34bb7256 (diff)
* lib/gdb.exp (gdb_load_cmd): Fix variable name typo * config/unknown.exp: Check gdb_board_support before claiming it is not supported.
-rw-r--r--ChangeLog.csl11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index d93fd4c6d..91d5a6cca 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,10 @@
+2006-06-23 Nathan Sidwell <nathan@codesourcery.com>
+
+ gdb/testsuite/
+ * lib/gdb.exp (gdb_load_cmd): Fix variable name typo
+ * config/unknown.exp: Check gdb_board_support before claiming it
+ is not supported.
+
2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
gdb/testsuite/:
@@ -11,8 +18,8 @@
2006-06-19 Nathan Sidwell <nathan@codesourcery.com>
- * gdb/testsuite/
- gdb.base/recurse.exp: Revert my 2006-06-09 patch. Rely on test
+ gdb/testsuite/
+ * gdb.base/recurse.exp: Revert my 2006-06-09 patch. Rely on test
harness to set number of hardware watchpoints.
2006-06-15 Daniel Jacobowitz <dan@codesourcery.com>