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-x86-64
/
pr12921.s
blob
9c4966fd9986516e4643d4ebff3053c707c248fa
1
.text
2
.balign 4096
3
vtext
:
4
.p2align 4,,15
5
.globl _start
6
.type _start, @function
7
_start
:
8
ret
9
.size _start, .-_start
10
.globl vdata
11
.data
12
.align 4096
13
.type vdata, @object
14
.size vdata, 4
15
vdata
:
16
.long 5
17
.comm vbss,65536,4096
18
.align 16
19
.type local, @object
20
.size local, 24
21
local
:
22
.byte 77
23
.zero 7
24
.dc.a local
25
.dc.a 0