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
/
loadaddr.t
blob
91e9ef294f03fdfb6169d8a954aed20756ef13c8
1
SECTIONS
2
{
3
. = -0x7ff00000;
4
.text : {*(.text .text.*)}
5
. = ALIGN(64);
6
.foo : { *(.foo) }
7
. = ALIGN(8192);
8
.data : AT (ADDR(.data)) { *(.data) }
9
/DISCARD/ : { *(.*) }
10
}