From: Linus Torvalds <[email protected]> Date: Thu, 17 Feb 2011 15:08:52 -0800
> Where in gcc is the alignment expansion logic? I'd like to see what > the rules are, just for my own perverse satisfaction. The magic that overrides the alignment various cases is in the x86 specific code: gcc/config/i386/i386.c ix86_data_alignment() and ix86_local_alignment() -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
