2006-12-12 Joel Schopp <jschopp@austin.ibm.com>

* libc/include/machine/setjmp.h[__SPU__]: Redefine _JBTYPE for
        cell spu
This commit is contained in:
Jeff Johnston 2006-12-13 19:36:17 +00:00
parent 1fd82398bb
commit 4e051d914a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-12-12 Joel Schopp <jschopp@austin.ibm.com>
* libc/include/machine/setjmp.h[__SPU__]: Redefine _JBTYPE for
cell spu
2006-12-04 Kazunori Asayama <asayama@sm.sony.co.jp>
* libc/machine/spu/strncpy.c: Add padding.

View File

@ -210,7 +210,7 @@ _BEGIN_STD_C
#ifdef __SPU__
#define _JBLEN 50
#define _JBTYPE __attribute__ (( __vector_size__ (16) )) int
#define _JBTYPE vector signed int
#endif
#ifdef __xstormy16__