diff options
author | Jimmy Guo <guo@cup.hp.com> | 2000-08-02 22:13:01 +0000 |
---|---|---|
committer | Jimmy Guo <guo@cup.hp.com> | 2000-08-02 22:13:01 +0000 |
commit | bac5fc66f280b8765d36bcc60dc4f8b59558b066 (patch) | |
tree | 08f48a7f27b938c52d3563d17dbd048278023d12 | |
parent | 73d28ce1c12848bedf16cf8bd29437809cbd85ee (diff) | |
download | gdb-bac5fc66f280b8765d36bcc60dc4f8b59558b066.zip gdb-bac5fc66f280b8765d36bcc60dc4f8b59558b066.tar.gz gdb-bac5fc66f280b8765d36bcc60dc4f8b59558b066.tar.bz2 |
* gdb.base/sizeof.c: include <stdio.h>.
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/sizeof.c | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d3d4470..36d079c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com> + + * gdb.base/sizeof.c: include <stdio.h>. + + * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to + 'finish', otherwise uncaptured gdb_prompt would potentially + throw remaining test points out of sync. + 2000-07-26 Scott Bambrough <scottb@netwinder.org> * gdb.base/recurse.exp: Run tests for all targets. diff --git a/gdb/testsuite/gdb.base/sizeof.c b/gdb/testsuite/gdb.base/sizeof.c index bdc3d02..51f8c2f 100644 --- a/gdb/testsuite/gdb.base/sizeof.c +++ b/gdb/testsuite/gdb.base/sizeof.c @@ -1,3 +1,5 @@ +#include <stdio.h> + int main () { |