comparison mc-code-powerpc.c @ 526:9ff5cd7afe2f

*** empty log message ***
author kono
date Wed, 28 Dec 2005 15:45:39 +0900
parents 9f2d6aea201f
children 6b0fd56848e6
comparison
equal deleted inserted replaced
525:d84cea14dbdc 526:9ff5cd7afe2f
18 char *init_src0 = "\ 18 char *init_src0 = "\
19 #define __ppc__ 1\n\ 19 #define __ppc__ 1\n\
20 #define __BIG_ENDIAN__ 1\n\ 20 #define __BIG_ENDIAN__ 1\n\
21 #define __STDC__ 1\n\ 21 #define __STDC__ 1\n\
22 #define __GNUC__ 1\n\ 22 #define __GNUC__ 1\n\
23 #define __inline inline\n\
24 #define __inline__ inline\n\
23 #define __builtin_va_list int\n\ 25 #define __builtin_va_list int\n\
24 #define __builtin_va_start(ap,arg) ap=(((int)(&arg))+sizeof(arg))\n\ 26 #define __builtin_va_start(ap,arg) ap=(((int)(&arg))+sizeof(arg))\n\
25 #define __builtin_va_arg(ap,type) (*((type *)ap)++)\n\ 27 #define __builtin_va_arg(ap,type) (*((type *)ap)++)\n\
26 #define alloca __builtin_alloca\n\ 28 #define alloca __builtin_alloca\n\
27 "; 29 ";