mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Moved all crt0.S to .text.head
This commit is contained in:
@@ -8,7 +8,7 @@ ENTRY(_start)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x2000000;
|
||||
.text : { *(.text) }
|
||||
.text : { *(.text.head) *(.text) }
|
||||
.rodata : { *(.rodata) }
|
||||
.rodata1 : { *(.rodata1) }
|
||||
.data :
|
||||
|
||||
Reference in New Issue
Block a user