.file "asm-3.c" .text .align 2 .globl f .type f, @function f: link.w %a6,#0 #APP foo%%bar #NO_APP unlk %a6 rts .size f, .-f .ident "GCC: (GNU) 3.3.2"