forked from Imagelibrary/binutils-gdb
* gdb.base/ending-run.c (main): Set stdout buffersize
to the same reasonable value for any target.
* gdb.base/ending-run.exp: Add a regular expression
to make testsuite happy on Sanyo Stormy16 target.
This commit is contained in:
@@ -22,7 +22,7 @@ int main()
|
||||
int i;
|
||||
|
||||
p = (int *) malloc( 4 );
|
||||
|
||||
setvbuf (stdout, alloca (64), _IOLBF, 64);
|
||||
for (i = 1; i < 10; i++)
|
||||
{
|
||||
printf( "%d ", callee( i ));
|
||||
|
||||
Reference in New Issue
Block a user