
This reverts commit 675b9d612c
.
See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
8 lines
114 B
Raku
8 lines
114 B
Raku
SECTIONS
|
|
{
|
|
. = 0x800000;
|
|
.text : { *(.text) }
|
|
. = 0x900000;
|
|
.data : { *(.data) }
|
|
/DISCARD/ : { *(*) }
|
|
}
|