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-07-24 17:31:33 +0400
committerNathan Sidwell <nathan@codesourcery.com>2006-07-24 17:31:33 +0400
commitfee0077ecc16761d0e4cd4ea383316e45e8e7eec (patch)
tree17dac4f1d12e997524bc41c328c0699c91fba1a0
parent3f5b7e2346e21945538aa88cfef8bb4784c201f5 (diff)
gdb/testsuite/
* gdb.base/auxv.exp: Skip on non-linux, non-solaris targets. * gdb.base/cursal.exp: Revert my 2006-06-09 change. Use gdb_file_cmd followed by gdb_load. * gdb.base/dbx.exp: Revert my 2006-06-09 change.
-rw-r--r--ChangeLog.csl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 9813b7083..08dc717a2 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,11 @@
+2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
+
+ gdb/testsuite/
+ * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
+ * gdb.base/cursal.exp: Revert my 2006-06-09 change. Use
+ gdb_file_cmd followed by gdb_load.
+ * gdb.base/dbx.exp: Revert my 2006-06-09 change.
+
2006-07-23 Kazu Hirata <kazu@codesourcery.com>
readline/