On Mon, Jun 1, 2009 at 11:37 AM, Samuel Bronson <naesten@xxxxxxxxx> wrote: > Adjust the associated fields to match. While we're here, change > some nearby bitfields from "char" to "int" so GDB doesn't bother > showing character literals for them. > +enum modifier { > + MOD_AUTO = 1 << 0, The patch does not apply to my tree. The modifier is definitely not an enum because we apply bit operation to it. Changing bitfield from "char" to "int" has risk of making the symbol struct bigger. We don't want that because symbol is a very common structure for sparse. 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