mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 18:34:45 +00:00
6ea1bcda2b
This reverts commit 6c5c652ee1
.
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
SECTIONS
|
|
{
|
|
. = SIZEOF_HEADERS;
|
|
.text : { *(.text) *(.stub) }
|
|
.data : { *(.data) *(.ovtab) }
|
|
.bss : { *(.bss) }
|
|
}
|