diff options
author | Michael Snyder <msnyder@vmware.com> | 2000-04-24 21:32:51 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2000-04-24 21:32:51 +0000 |
commit | b84b7669fb731a8b47f1f95860c1cf121de5c0e1 (patch) | |
tree | 63243aca5a8cbbb164f7986d427c695956e0309e /gdb/testsuite/ChangeLog | |
parent | 447b43fa50e946d7287d01679839b0c476a2f941 (diff) | |
download | gdb-b84b7669fb731a8b47f1f95860c1cf121de5c0e1.zip gdb-b84b7669fb731a8b47f1f95860c1cf121de5c0e1.tar.gz gdb-b84b7669fb731a8b47f1f95860c1cf121de5c0e1.tar.bz2 |
2000-04-24 Michael Snyder <msnyder@seadog.cygnus.com>
* gdb.base/miscexprs.exp: make sizeof long array test portable.
* gdb.base/ending-run.exp: After connecting to a remote target,
but before running, the target will appear to be in a random
location. Specify both a file and a line for breakpoints.
Also, the function that calls main may be called 'init'
rather than 'start'.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 85052b9..8218c23 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2000-04-24 Michael Snyder <msnyder@seadog.cygnus.com> + + * gdb.base/miscexprs.exp: make sizeof long array test portable. + + * gdb.base/ending-run.exp: After connecting to a remote target, + but before running, the target will appear to be in a random + location. Specify both a file and a line for breakpoints. + Also, the function that calls main may be called 'init' + rather than 'start'. + 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * gdb.base/help.exp: Update output for add-symbol-file command. |