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