Moved all crt0.S to .text.head

This commit is contained in:
Bahadir Balban
2009-09-21 20:26:01 +03:00
parent 6b582be876
commit 2da7b16412
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@
#ifdef __thumb__
#define bl blx
#endif
.section .text.head
.code 32
.global _start;
.align;

View File

@@ -80,7 +80,7 @@
#ifdef __thumb__
#define bl blx
#endif
.section .text.head
.code 32
.global _start;
.align;

View File

@@ -8,7 +8,7 @@ ENTRY(_start)
SECTIONS
{
. = 0x2000000;
.text : { *(.text) }
.text : { *(.text.head) *(.text) }
.rodata : { *(.rodata) }
.rodata1 : { *(.rodata1) }
.data :