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-arm
/
script-type.ld
blob
01995eb07ebef2515a30376bded2f662990ecbca
1
SECTIONS {
2
.text : {
3
foo_a = bar_a;
4
foo_t = bar_t;
5
foo_o = bar_o;
6
*(.text)
7
}
8
.ARM.attribues 0 : { *(.ARM.attributes) }
9
}