On Mon, Jan 16, 2006 at 09:34:19AM -0800, David Daney wrote: > Not exactly. It has to do with -funit-at-a-time. In the 2.4.x kernel > it is assumed that gcc will not reorder top level asm statements and > functions. For gcc-3.3.x and earlier this was a valid assumption. With > 3.4.x and later it is not. This is not the only gcc 3.4 related issue. Building the 2.4 defconfig for example will fail. Ralf