mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-01 10:31:57 +00:00
6ea1bcda2b
This reverts commit 6c5c652ee1
.
7 lines
107 B
Raku
7 lines
107 B
Raku
SECTIONS {
|
|
.text : { *(.text) }
|
|
.data : { *(.data) }
|
|
.bss : { *(.bss) *(COMMON) }
|
|
}
|
|
defined1 = defined;
|