Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / overlay.t
1 SECTIONS
2 {
3 . = SIZEOF_HEADERS;
4 .text : { *(.text) }
5 OVERLAY 0x1000 : AT (0x4000)
6 {
7 .text1 {*(.text1)}
8 .text2 {*(.text2)}
9 }
10 /DISCARD/ : { *(.*) }
11 }
This page took 0.029642 seconds and 4 git commands to generate.