.file "c99-vla-1.c" .text .align 2 .globl tdef .type tdef, @function tdef: link.w %a6,#0 move.l %sp,%d1 move.l 8(%a6),%d0 subq.l #1,%d0 lsl.l #2,%d0 addq.l #4,%d0 sub.l %d0,%sp move.l %d1,%sp unlk %a6 rts .size tdef, .-tdef .ident "GCC: (GNU) 3.3.2"