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