tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan-region.ld
CommitLineData
f77c3948
DJ
1MEMORY
2{
3 region : ORIGIN = 0x40000000, LENGTH = 8M
4}
5
6SECTIONS
7{
8 .text : ALIGN (4) { *(.text) } > region
9 .rodata : ALIGN (4) { *(.rodata) } > region
351cdf24 10 /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) *(.trampolines) }
d959f8f0 11}
This page took 0.467014 seconds and 4 git commands to generate.