On Thu, Aug 6, 2009 at 1:23 PM, Blue Swirl<blauwirbel@xxxxxxxxx> wrote: > On Wed, Aug 5, 2009 at 9:51 PM, Blue Swirl<blauwirbel@xxxxxxxxx> wrote: >> Hi, >> >> With these patches, I can run Sparse on OpenBIOS sources (which use >> libgcc) also when compiling for 64 bit targets. 64 bit targets use 128 >> bit double cells, just like 64 bit double cells are used on 32 bit >> targets. >> >> I'm not sure if 'long long long' is actually used, libgcc uses >> __attribute__ ((mode (TI))). The change looks reasonable. I feel that we can use: #define MOD_ALL_LONG (MOD_LONG | MOD_LONGLONG | MOD_LONGLONGLONG) Eventually the expression needs to handle 128 bit long constant as well. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html