6 static void init_openrisc(const struct target
*self
)
8 fast16_ctype
= &int_ctype
;
9 ufast16_ctype
= &uint_ctype
;
10 fast32_ctype
= &int_ctype
;
11 ufast32_ctype
= &uint_ctype
;
13 wchar_ctype
= &uint_ctype
;
16 static void predefine_openrisc(const struct target
*self
)
18 predefine_weak("__OR1K__");
19 predefine_weak("__or1k__");
22 const struct target target_openrisc
= {
27 .bits_in_longdouble
= 64,
29 .init
= init_openrisc
,
30 .predefine
= predefine_openrisc
,