On Tue, 2011-08-16 at 15:14 +0100, Dave Martin wrote: [...] > +#ifdef NEED_CPU_ARCHITECTURE > + .align 2 > +.LCcpu_architecture: > + .word __cpu_architecture > +#endif What's the convention about the prefix '.LC' as opposed to just '.L'? -- Tixy