.file "global.c" .globl x .data .align 4 .type x, @object .size x, 4 x: .long -559038737 .text .globl getx .type getx, @function getx: pushl %ebp movl %esp, %ebp movl x, %eax popl %ebp ret .size getx, .-getx .ident "GCC: (GNU) 4.4.7 20120313 (Red Hat 4.4.7-4)" .section .note.GNU-stack,"",@progbits