.file "inline-1.c" .text .align 2 .globl test0 .type test0, @function test0: link.w %a6,#0 moveq.l #5,%d0 unlk %a6 rts .size test0, .-test0 .align 2 .globl test1 .type test1, @function test1: link.w %a6,#0 moveq.l #5,%d0 unlk %a6 rts .size test1, .-test1 .align 2 .globl test2 .type test2, @function test2: link.w %a6,#0 moveq.l #5,%d0 unlk %a6 rts .size test2, .-test2 .ident "GCC: (GNU) 3.3.2"