aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-05-10 19:36:38 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-05-10 19:36:38 +0000
commit2c9cd3035a918e642a58024e3a760736d96b08ab (patch)
treee27fca50e5e61f3225feddf1f1f00fa337f2f008
parentc2c1be8d4c221e0f7c680b0fd72b387cbf8bd9fc (diff)
downloadgdb-2c9cd3035a918e642a58024e3a760736d96b08ab.zip
gdb-2c9cd3035a918e642a58024e3a760736d96b08ab.tar.gz
gdb-2c9cd3035a918e642a58024e3a760736d96b08ab.tar.bz2
Fix ChangeLog cut-n-paste error!
-rw-r--r--gdb/testsuite/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 9275cbf..f1c6726 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,7 +1,11 @@
2001-05-10 Elena Zannoni <ezannoni@redhat.com>
- * gdb.base/completion.exp: Revamp test. Make it execute on all
- platforms.
+ * config/gdbserver.exp (gdb_load): Handle the case
+ in which the arguments to gdbserver are given in the
+ baseboard configuration file.
+ Also handle the case in which the server needs to do a
+ load.
+
2001-05-07 Keith Seitz <keiths@cygnus.com>