* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / region1.t
CommitLineData
e560f274
RS
1MEMORY
2{
3 TEXTMEM : ORIGIN = 0x10000, LENGTH = 32K
4 DATAMEM : ORIGIN = 0x20000, LENGTH = 32K
5}
6
7SECTIONS
8{
9 .text : { *(.text) } > TEXTMEM
10 .data : { *(.data) } > DATAMEM
11 .bss : { *(.bss) } > DATAMEM
12}
This page took 0.061547 seconds and 4 git commands to generate.