mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +00:00
parent
0553490c9c
commit
9f3c4c227e
@ -24,7 +24,7 @@
|
||||
.endr
|
||||
.endm
|
||||
|
||||
.section .text
|
||||
.section ".text.crt0"
|
||||
|
||||
/* ELF entry symbol */
|
||||
.global _start
|
||||
|
@ -25,6 +25,9 @@ SECTIONS
|
||||
/* begin of program image (link address) */
|
||||
_prog_img_beg = .;
|
||||
|
||||
/* put entry code at the start of the text segment / raw binary */
|
||||
*(.text.crt0)
|
||||
|
||||
*(.init)
|
||||
*(.text .text.* .gnu.linkonce.t.*)
|
||||
*(.fini)
|
||||
|
Loading…
Reference in New Issue
Block a user