aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libgcc/config/h8300/h8300-lib.h
blob: cff664a54ce7bf28de53afacba5cde33f0ba81c1 (plain)
1
2
3
4
5
6
7
#ifdef FLOAT
#ifdef __H8300__
#define CMPtype HItype
#else
#define CMPtype SItype
#endif
#endif