mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-28 14:31:50 +00:00
7 lines
111 B
Raku
7 lines
111 B
Raku
SECTIONS {
|
|
.text : { *(.text) }
|
|
.data : { *(.data .rw) }
|
|
.bss : { *(.bss) *(COMMON) }
|
|
}
|
|
defined1 = defined;
|