OSDN Git Service

2006-12-18 Kazunori Asayama <asayama@sm.sony.co.jp>
authorjjohnstn <jjohnstn>
Mon, 18 Dec 2006 16:48:03 +0000 (16:48 +0000)
committerjjohnstn <jjohnstn>
Mon, 18 Dec 2006 16:48:03 +0000 (16:48 +0000)
        * libc/include/machine/setjmp.h: Replace vector with __vector.

newlib/ChangeLog
newlib/libc/include/machine/setjmp.h

index 0a72707..f33be08 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-18  Kazunori Asayama <asayama@sm.sony.co.jp>
+
+       * libc/include/machine/setjmp.h[__SPU__]: Replace vector with __vector.
+
 2006-12-14  Jeff Johnston  <jjohnstn@redhat.com>
             Eric Blake  <ebb9@byu.net>
 
index b3ee7d1..f751bfb 100644 (file)
@@ -210,7 +210,7 @@ _BEGIN_STD_C
 
 #ifdef __SPU__
 #define _JBLEN 50 
-#define _JBTYPE vector signed int
+#define _JBTYPE __vector signed int
 #endif
 
 #ifdef __xstormy16__