.file "20030219-1.c" .text .align 2 .globl clobber_register .type clobber_register, @function clobber_register: link.w %a6,#0 move.l global_one,%d0 moveq.l #29,%d1 lsl.l %d1,%d0 neg.l %d0 move.l %d0,%a0 clr.b (%a0) unlk %a6 rts .size clobber_register, .-clobber_register .comm global_one,4,2 .ident "GCC: (GNU) 3.3.2"