On Tue, May 01, 2007 at 04:44:43PM +0100, Wookey wrote: [snip] > - if (TARGET_INTERWORK || arm_arch4t) > + if (TARGET_INTERWORK && arm_arch4) > + output_asm_insn("add%!\tpc,pc,8", operands); > + output_asm_insn("tst\t%0,#1", operands); > + output_asm_insn("moveq\tpc,%0", operands); > + output_asm_insn("bx\t%0", operands);
Uhm, either your indentation is broken here, or you have a bug; you're missing some {}'s. (Well, it could be another insane property of the totally fucked up GNU indenting style, I guess, but I kind of doubt it)... [snip] Regards: David -- /) David Weinehall <[EMAIL PROTECTED]> /) Rime on my window (\ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Diamond-white roses of fire // \) http://www.acc.umu.se/~tao/ (/ Beautiful hoar-frost (/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]