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
/
relocatable.t
blob
2ec056ae338df64f8e817a7f917c6dfd817491e6
1
SECTIONS
2
{
3
. = 0x800000;
4
.text : { *(.text) }
5
. = 0x900000;
6
.data : { *(.data) }
7
/DISCARD/ : { *(.*) }
8
}