*** empty log message ***
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan-region.ld
1 MEMORY
2 {
3 region : ORIGIN = 0x40000000, LENGTH = 8M
4 }
5
6 SECTIONS
7 {
8 .text : ALIGN (4) { *(.text) } > region
9 .rodata : ALIGN (4) { *(.rodata) } > region
10 /DISCARD/ : { *(.reginfo) *(.trampolines) }
11 }
This page took 0.050511 seconds and 4 git commands to generate.