#include "mcc.h" #include "ieeefp.h" #include "target.h" const TARGET target_sparc64 = { "sparc64", 8, 16, 32, 48, 64, // bits in char, short, int, long, llong 1000, // maxfexp &float_cvt_ieee, &float_dump_ieee, };