blob: c5e853ba97987b07a4e1d3e18af97651c5be8606 [file] [log] [blame]
.text
.global foo
.section .tdata,"awT",%progbits
.align 2
.type foo, %object
.size foo, 4
foo:
.word 5
.text
.text
.global bar
.section .tdata,"awT",%progbits
.align 2
.type bar, %object
.size bar, 4
bar:
.word 5
.text