Skip relro tests on ia64.
[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
de5c4ae2 10 /DISCARD/ : { *(.reginfo) *(.trampolines) }
d959f8f0 11}
This page took 0.076335 seconds and 4 git commands to generate.