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
sync config/ChangeLog
[binutils.git]
/
ld
/
testsuite
/
ld-mips-elf
/
region1.t
blob
13077abeff8b79758d12b8f689325332dd4b1042
1
MEMORY
2
{
3
TEXTMEM : ORIGIN = 0x10000, LENGTH = 32K
4
DATAMEM : ORIGIN = 0x20000, LENGTH = 32K
5
}
6
7
SECTIONS
8
{
9
.text : { *(.text) } > TEXTMEM
10
.data : { *(.data) } > DATAMEM
11
.bss : { *(.bss) } > DATAMEM
12
}