gas/riscv: Produce version 3 DWARF CIE by default
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14156c.t
1 SECTIONS {
2 .text : { *(.text) }
3 .foo : { *(SORT_NONE(.foo)) }
4 /DISCARD/ : { *(.*) }
5 }
This page took 0.028987 seconds and 4 git commands to generate.