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-gc
/
abi-note.s
blob
22536c0f83158503f8070c5952932e637b898be1
1
.text
2
.global _start
3
_start
:
4
.long 1
5
6
.section
".note.ABI-tag"
,
"a"
7
.p2align 2
8
.long 1f - 0f
/* name length */
9
.long 3f - 2f
/* data length */
10
.long 1
/* note type */
11
0
:
.asciz
"GNU"
/* vendor name */
12
1
:
.p2align 2
13
2
:
.long 1
14
.long 2
15
3
:
.p2align 2
/* pad out section */