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
regenerate configure
[binutils.git]
/
ld
/
testsuite
/
ld-spu
/
ovl.lnk
blob
408ed1ebd67c9371a2a5e024dd483c5a0ba51ebe
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
.text : { *(.text) *(.stub) }
5
6
OVERLAY 0x400 :
7
{
8
.ov_a1 { *(.ov_a1) }
9
.ov_a2 { *(.ov_a2) }
10
}
11
12
.data : { *(.data) *(.ovtab) }
13
.bss : { *(.bss) }
14
}