.file "20020328-1.c" .globl b .section .bss .align 2 .type b, @object .size b, 4 b: .zero 4 .text .align 2 .globl func .type func, @function func: link.w %a6,#0 unlk %a6 rts .size func, .-func .align 2 .globl testit .type testit, @function testit: link.w %a6,#0 moveq.l #20,%d0 cmp.l 8(%a6),%d0 jbeq .L2 jbsr abort .align 2 .L2: unlk %a6 rts .size testit, .-testit .align 2 .globl main .type main, @function main: link.w %a6,#0 pea 20.w jbsr testit clr.l -(%sp) jbsr exit nop .size main, .-main .ident "GCC: (GNU) 3.3.2"