mirror of
https://github.com/drasko/codezero.git
synced 2026-01-17 05:13:16 +01:00
Moved all crt0.S to .text.head
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
#ifdef __thumb__
|
||||
#define bl blx
|
||||
#endif
|
||||
|
||||
.section .text.head
|
||||
.code 32
|
||||
.global _start;
|
||||
.align;
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
#ifdef __thumb__
|
||||
#define bl blx
|
||||
#endif
|
||||
|
||||
.section .text.head
|
||||
.code 32
|
||||
.global _start;
|
||||
.align;
|
||||
|
||||
Reference in New Issue
Block a user