On Tue, 2007-04-03 at 18:06 -0700, Jeremy Fitzhardinge wrote: > plain text document attachment (fix-parainstructions-name.patch) > The other symbols used to delineate the alt-instructions sections have > the form __foo/__foo_end. Rename parainstructions to match.
OK, I guess this is an area where the kernel has its own standard. (__start_<secname> and __stop_<secname> are the symbols automatically inserted by ld if the section name is straight alpha-numeric. It's actually pretty cool for code where you want section boundaries without writing a linker script). Cheers, Rusty. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/