.file "main.c" .section ".text" .align 4 .global main .type main, #function .proc 04 main: !#PROLOGUE# 0 !#PROLOGUE# 1 sethi %hi(i), %g1 st %g0, [%g1+%lo(i)] mov 1, %o5 sethi %hi(j), %g1 st %o5, [%g1+%lo(j)] .LL2: .LL3: mov 10, %o5 sethi %hi(i), %g1 st %o5, [%g1+%lo(i)] mov 11, %o5 sethi %hi(j), %g1 b .LL2 st %o5, [%g1+%lo(j)] .size main, .-main .common i,4,4 .common j,4,4 .ident "GCC: (GNU) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)"