Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-12-13 22:36:17 +0300
committerJeff Johnston <jjohnstn@redhat.com>2006-12-13 22:36:17 +0300
commit4e051d914ac43b2bec8978f9fe2be25cb1c4dadf (patch)
tree60bafae33b3e652c9d3bd9331ecc217e89ec2023 /newlib
parent1fd82398bb28b0f1e3caca3dda61aca1eae3c397 (diff)
2006-12-12 Joel Schopp <jschopp@austin.ibm.com>
* libc/include/machine/setjmp.h[__SPU__]: Redefine _JBTYPE for cell spu
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/include/machine/setjmp.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 4be46540d..bd7895635 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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.
diff --git a/newlib/libc/include/machine/setjmp.h b/newlib/libc/include/machine/setjmp.h
index 32861dd8d..b3ee7d1dd 100644
--- a/newlib/libc/include/machine/setjmp.h
+++ b/newlib/libc/include/machine/setjmp.h
@@ -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__