repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
tdata2.s
blob
1da459f9619281d5625b722f03314eca63973322
1
.globl main
2
.globl start
3
.globl _start
4
.globl __start
5
.text
6
main
:
7
start
:
8
_start
:
9
__start
:
10
.byte 0
11
.globl tdata
12
.section .tdata,
"awT"
,%progbits
13
.type tdata,%object
14
.size tdata,1
15
tdata
:
16
.byte 0