.file "920501-19.c" .globl x .section .bss .align 2 .type x, @object .size x, 8 x: .zero 8 .text .align 2 .globl y .type y, @function y: link.w %a6,#0 clr.l x clr.l x+4 unlk %a6 rts .size y, .-y .ident "GCC: (GNU) 3.3.2"