1 #ifndef __H8300_LIBGCC_H__
2 #define __H8300_LIBGCC_H__
50 #define UWtype USItype
52 #define UHWtype USItype
54 #define UDWtype UDItype
55 #define UWtype USItype
57 #define UWtype USItype
58 #define W_TYPE_SIZE (4 * BITS_PER_UNIT)
59 #define BITS_PER_UNIT (8)
61 typedef int SItype
__attribute__ ((mode (SI
)));
62 typedef unsigned int USItype
__attribute__ ((mode (SI
)));
63 typedef int DItype
__attribute__ ((mode (DI
)));
64 typedef unsigned int UDItype
__attribute__ ((mode (DI
)));
73 typedef int word_type
__attribute__ ((mode (__word__
)));