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