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-10 00:43:16 +0400
committerNathan Sidwell <nathan@codesourcery.com>2006-06-10 00:43:16 +0400
commitb357ed95e333bc66d3ed4011ba6fa47a4ac475d6 (patch)
treea484d8e28340f26690545f6d06eb58c219e56977
parent2122343734aa8c22d82415c0ee3c2ae7966d855e (diff)
gdb/testsuite/
* gdb.base/cursal.exp: Run to main before setting listing size. * gdb.base/dbx.exp: Run to main before testing. * gdb.base/ending-run.exp: Add additional expected string. * gdb.base/huge.c: Allow CRASH_GDB to be set from command line. * gdb.base/huge.exp: Loop over compilation to find a size that is acceptable. * gdb.base/remote.exp: Correct expected strings. * gdb.dwarf2/mac-fileno.S: Avoid # comments.
-rw-r--r--ChangeLog.csl12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index bc867d44a..dfc9048f3 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,17 @@
2006-06-09 Nathan Sidwell <nathan@codesourcery.com>
+ gdb/testsuite/
+ * gdb.base/cursal.exp: Run to main before setting listing
+ size.
+ * gdb.base/dbx.exp: Run to main before testing.
+ * gdb.base/ending-run.exp: Add additional expected string.
+ * gdb.base/huge.c: Allow CRASH_GDB to be set from command
+ line.
+ * gdb.base/huge.exp: Loop over compilation to find a size that
+ is acceptable.
+ * gdb.base/remote.exp: Correct expected strings.
+ * gdb.dwarf2/mac-fileno.S: Avoid # comments.
+
gdb/
* remote-file.io.c (remote_fileio_func_system): Treat zero length
string as NULL. Adjust for NULL pointer argument.