On Sat, 2003-07-05 at 23:58, Richard Henderson wrote: > stq $29, 8($30) \n\ > .prologue 1 \n\ > .align 3 \n\ > - .end _fini \n\ > - .size _fini, 0 \n\ Was it intentional to leave this one .prologue in pt-initfini.c? I'm now seeing ".prologue directive without a preceding .ent directive" errors in this code. Or does this mean I need a newer binutils? p.