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
/
dynamic1.ld
blob
d110bf77e34445309d5ba8af0d0605a84e1582c4
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
.text : { *(.text) }
5
.data : { *(.data) }
6
.data1 : { KEEP (*(.data1)) }
7
.dynamic : { *(.dynamic) }
8
}