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-scripts
/
defined5.t
blob
04daf6606db4da4719de5067c17f05d18b59d6de
1
defined = addr1;
2
SECTIONS {
3
.text : { *(.text) }
4
. = ALIGN (0x1000);
5
.data : { *(.data) }
6
addr1 = ADDR (.data);
7
}