.file "weak-8.c" .text .align 2 .globl f .type f, @function f: link.w %a6,#0 move.l i,%d0 unlk %a6 rts .size f, .-f .weak i .section .bss .align 2 .type i, @object .size i, 4 i: .zero 4 .ident "GCC: (GNU) 3.3.2"