* gdb.base/sizeof.c: include <stdio.h>.
This commit is contained in:
parent
73d28ce1c1
commit
bac5fc66f2
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
2000-07-26 Scott Bambrough <scottb@netwinder.org>
|
||||||
|
|
||||||
* gdb.base/recurse.exp: Run tests for all targets.
|
* gdb.base/recurse.exp: Run tests for all targets.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue