.file "20030120-1.c" .globl x .section .rodata .align 2 .type x, @object .size x, 4 x: .long 1 .text .align 2 .globl foo .type foo, @function foo: link.w %a6,#0 move.l 8(%a6),%d0 move.l 12(%a6),%d1 unlk %a6 rts .size foo, .-foo .ident "GCC: (GNU) 3.3.2"