.file "old-style-asm-1.c" .text .align 2 .globl foo .type foo, @function foo: link.w %a6,#0 move.l 8(%a6),%d0 jbeq .L2 #APP dummy1 #NO_APP .L2: #APP dummy2 #NO_APP tst.l %d0 jbeq .L1 #APP dummy3 #NO_APP .L1: unlk %a6 rts .size foo, .-foo .ident "GCC: (GNU) 3.3.2"