gas/riscv: Produce version 3 DWARF CIE by default
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14052.t
CommitLineData
18269b09 1SECTIONS {
1a9ccd70 2 . = SIZEOF_HEADERS;
18269b09
L
3 .text : {
4 *(.text)
5 }
6 . = ALIGN (0x1000);
7 .data : {
8 _data_start = .;
9 *(.data)
10 }
11 /DISCARD/ : { *(.*) }
12}
This page took 0.355989 seconds and 4 git commands to generate.