.file "20020109-2.c" .text .align 2 .globl extern_test .type extern_test, @function extern_test: link.w %a6,#0 unlk %a6 rts .size extern_test, .-extern_test .align 2 .globl main .type main, @function main: link.w %a6,#0 lea (-12,%sp),%sp move.l %sp,%d0 pea 10.w pea exsrt1 move.l %d0,-(%sp) jbsr memcpy lea (12,%sp),%sp jbsr extern_test lea (12,%sp),%sp clr.l %d0 unlk %a6 rts .size main, .-main .comm exsrt1,10,2 .ident "GCC: (GNU) 3.3.2"