gas/riscv: Produce version 3 DWARF CIE by default
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / overlay.t
CommitLineData
20acfda2
L
1SECTIONS
2{
1a9ccd70 3 . = SIZEOF_HEADERS;
20acfda2
L
4 .text : { *(.text) }
5 OVERLAY 0x1000 : AT (0x4000)
6 {
7 .text1 {*(.text1)}
8 .text2 {*(.text2)}
1a9ccd70 9 }
20acfda2
L
10 /DISCARD/ : { *(.*) }
11}
This page took 0.751419 seconds and 4 git commands to generate.