mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
20acfda2ef
PR ld/3103 * ld-elf/overlay.d: New file. * ld-elf/overlay.s: Likewise. * ld-elf/overlay.t: Likewise.
11 lines
145 B
Raku
11 lines
145 B
Raku
SECTIONS
|
|
{
|
|
.text : { *(.text) }
|
|
OVERLAY 0x1000 : AT (0x4000)
|
|
{
|
|
.text1 {*(.text1)}
|
|
.text2 {*(.text2)}
|
|
}
|
|
/DISCARD/ : { *(.*) }
|
|
}
|