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
* dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
tbss1.s
blob
4f1631f2dc67bd0e6d25137ebb64bca950441bdb
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 bss
12
.section .bss,
"aw"
,%nobits
13
.p2align 12
14
.type bss,%object
15
.size bss,4096
16
bss
:
17
.zero 4096
18
.globl tbss
19
.section .tbss,
"awT"
,%nobits
20
.p2align 12
21
.type tbss,%object
22
.size tbss,4096
23
tbss
:
24
.zero 4096