mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
SECTIONS
|
|
{
|
|
. = SIZEOF_HEADERS;
|
|
.text : { *(.text) *(.stub) }
|
|
.data : { *(.data) *(.ovtab) }
|
|
.bss : { *(.bss) }
|
|
}
|