2002-06-18 Jeff Johnston <jjohnstn@redhat.com>

* testsuite/newlib.stdlib/atexit.c: New file.
        * testsuite/newlib.stdlib/atexit.exp: Ditto.
        * testsuite/newlib.string/tstring.c: Change default start size
        to something more reasonable for embedded platforms.
This commit is contained in:
Jeff Johnston
2002-06-18 16:07:14 +00:00
parent 8cb1442e10
commit 4e04fa902a
4 changed files with 69 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <stdlib.h>
#ifndef MAX_1
#define MAX_1 66000
#define MAX_1 33000
#endif
#define MAX_2 (2 * MAX_1 + MAX_1 / 10)