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:
parent
1fd82398bb
commit
4e051d914a
|
@ -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>
|
2006-12-04 Kazunori Asayama <asayama@sm.sony.co.jp>
|
||||||
|
|
||||||
* libc/machine/spu/strncpy.c: Add padding.
|
* libc/machine/spu/strncpy.c: Add padding.
|
||||||
|
|
|
@ -210,7 +210,7 @@ _BEGIN_STD_C
|
||||||
|
|
||||||
#ifdef __SPU__
|
#ifdef __SPU__
|
||||||
#define _JBLEN 50
|
#define _JBLEN 50
|
||||||
#define _JBTYPE __attribute__ (( __vector_size__ (16) )) int
|
#define _JBTYPE vector signed int
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __xstormy16__
|
#ifdef __xstormy16__
|
||||||
|
|
Loading…
Reference in New Issue