ld -r: Don't merge with member of output section group
[binutils-gdb.git] / ld / testsuite / ld-visium / ld1.ld
1 SECTIONS
2 {
3 .text 0x10000 : {
4 *(.text)
5 }
6 .data 0x30000 : {
7 *(.data)
8 }
9 }