2006-12-04 Kazunori Asayama <asayama@sm.sony.co.jp>

* testsuite/newlib.string/tstring.c:
This commit is contained in:
Jeff Johnston 2006-12-04 17:25:13 +00:00
parent 0a2ef99804
commit 3e2d7a911f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-12-04 Kazunori Asayama <asayama@sm.sony.co.jp>
* testsuite/newlib.string/tstring.c:
2006-12-01 Kazunori Asayama <asayama@sm.sony.co.jp>
* libc/machine/spu/strchr.c: Fix mask for misaligned string.

View File

@ -10,8 +10,12 @@
#include <stdlib.h>
#ifndef MAX_1
#ifdef __SPU__
#define MAX_1 11000
#else
#define MAX_1 33000
#endif
#endif
#define MAX_2 (2 * MAX_1 + MAX_1 / 10)