1 .text 2 .global tempy 3 .type tempy, %function 4tempy: 5 .size tempy, .-tempy 6 .section .data.rel 7 .align 3 8 .type tempy_ptr, %object 9 .size tempy_ptr, 8 10tempy_ptr: 11 .xword tempy 12