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 | 240095e29aa58683c222fecadb793fea0859d489 (patch) | |
tree | 33fe8c00165d6dee0b651ba977047a3e124eb30e /gdb/testsuite | |
parent | bc69c900ba0f75b34d150c1a8fb0c8da9f95951c (diff) | |
download | gdb-240095e29aa58683c222fecadb793fea0859d489.tar.gz |
* gdb.base/sizeof.c: include <stdio.h>.
Diffstat (limited to 'gdb/testsuite')
-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 d3d4470e3e6..36d079cfaf0 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 bdc3d02e5ba..51f8c2f5e2a 100644 --- a/gdb/testsuite/gdb.base/sizeof.c +++ b/gdb/testsuite/gdb.base/sizeof.c @@ -1,3 +1,5 @@ +#include <stdio.h> + int main () { |