.file "pow.c" .text .section .rodata .LC1: .string "pow" .LC2: .string "y = %g\n" .text .globl main .type main, @function main: .LFB0: .cfi_startproc pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 movq %rsp, %rbp .cfi_def_cfa_register 6 subq $16, %rsp movsd .LC0(%rip), %xmm0 movsd %xmm0, -8(%rbp) movl $.LC1, %edi call perror movsd -8(%rbp), %xmm0 movl $.LC2, %edi movl $1, %eax call printf movl $0, %eax leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .section .rodata .align 8 .LC0: .long 0 .long 2146435072 .ident "GCC: (GNU) 8.2.0" .section .note.GNU-stack,"",@progbits