.set noat .set noreorder .set nomacro .globl a .globl a .section .sbss,"aw" .type a, @object .size a, 4 .align 2 a: .zero 4 .ident "GCC: (GNU) 3.3.2"