1.text 2 .global foo 3 .section .tdata,"awT",%progbits 4 .align 2 5 .type foo, %object 6 .size foo, 4 7foo: 8 .word 5 9 .text 10 11.text 12 .global bar 13 .section .tdata,"awT",%progbits 14 .align 2 15 .type bar, %object 16 .size bar, 4 17bar: 18 .word 5 19 .text 20