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 + + * gdb.base/sizeof.c: include . + + * 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 * 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 + int main () {