repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-powerpc
/
vle.ld
blob
ff92a05e0789524240988b4d8e59ad47c121c0a6
1
SECTIONS
2
{
3
. = 0x01800000 + SIZEOF_HEADERS;
4
.text : { *(.text) }
5
.sdata2 : { PROVIDE (_SDA2_BASE_ = 32768); *(.sdata2) }
6
. = ALIGN (0x10000) + (. & (0x10000 - 1));
7
.data : { *(.data) }
8
.sdata : { PROVIDE (_SDA_BASE_ = 32768); *(.sdata) }
9
. = 0xffff8000;
10
.PPC.EMB.sdata0 : { *(.PPC.EMB.sdata0) }
11
/DISCARD/ : { *(*) }
12
}