Remove support for the (deprecated) openrisc and or32 configurations and replace
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / merge.ld
CommitLineData
782c0ebf
AM
1SECTIONS
2{
3 . = 0x1000;
4 .text : { *(.text .text.* .gnu.linkonce.t.*) }
5 .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
6 .junk : { *(*) }
7}
This page took 0.489695 seconds and 4 git commands to generate.