Retro68/binutils/ld/testsuite/ld-elf/tdata2.s

17 lines
203 B
ArmAsm
Raw Normal View History

2012-03-26 19:18:29 +00:00
.globl main
.globl start
.globl _start
.globl __start
.text
main:
start:
_start:
__start:
.byte 0
.globl tdata
.section .tdata,"awT",%progbits
.type tdata,%object
.size tdata,1
tdata:
.byte 0