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
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
tbss3.s
blob
f5530a3f4d393c6941d76952d207a061619b00f2
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
12
.section .tbss,
"awT"
,%nobits
13
.p2align 10
14
.type tbss, %object
15
.size tbss, 1024
16
tbss
:
17
.zero 1024