gas/riscv: Produce version 3 DWARF CIE by default
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / sec-to-seg-script-same-page.t
CommitLineData
2e658c87
NC
1SECTIONS
2{
3 . = 0x1000;
4 .sec1 : { *sec-to-seg1.o(.rodata) }
5 .sec2 : { *sec-to-seg2.o(.rodata) }
6
7 .data : { *(.data) } /* For hppa64. */
8
9 /DISCARD/ : {*(*) }
10}
This page took 0.571406 seconds and 4 git commands to generate.