diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-11-27 15:09:54 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-11-27 15:09:54 +0000 |
commit | 697bc68de82025ca587649117ee8db2826200d98 (patch) | |
tree | f6b47dbfc5d9eb6dce9f86b890500e815e49c801 /gdb/testsuite/ChangeLog | |
parent | c897d1a2e7381e5e6b4851d591dac375756fb5ba (diff) | |
download | gdb-697bc68de82025ca587649117ee8db2826200d98.zip gdb-697bc68de82025ca587649117ee8db2826200d98.tar.gz gdb-697bc68de82025ca587649117ee8db2826200d98.tar.bz2 |
* gdb.base/ending-run.exp: Flatten expect script stepping out of
main to remove duplication. Add start function of the form
'_*start[1-9]*'. Add RVDS start function.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c3836c7..f18f0f9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2006-11-27 Nathan Sidwell <nathan@codesourcery.com> + Paul Brook <paul@codesourcery.com> + Daniel Jacobowitz <dan@codesourcery.com> + + * gdb.base/ending-run.exp: Flatten expect script stepping out of + main to remove duplication. Add start function of the form + '_*start[1-9]*'. Add RVDS start function. + 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com> * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files. |