mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 08:48:20 +00:00
parent
d704563453
commit
727ac4bc0c
@ -21,8 +21,8 @@ ENTRY(_start)
|
||||
|
||||
PHDRS
|
||||
{
|
||||
ro PT_LOAD;
|
||||
rw PT_LOAD;
|
||||
ro PT_LOAD;
|
||||
rw PT_LOAD;
|
||||
}
|
||||
|
||||
SECTIONS
|
||||
@ -31,6 +31,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)
|
||||
|
@ -17,7 +17,7 @@
|
||||
** .text (program code) **
|
||||
**************************/
|
||||
|
||||
.text
|
||||
.section ".text.crt0"
|
||||
|
||||
/* program entry-point */
|
||||
.global _start
|
||||
|
@ -17,7 +17,7 @@
|
||||
** .text (program code) **
|
||||
**************************/
|
||||
|
||||
.text
|
||||
.section ".text.crt0"
|
||||
|
||||
/* program entry-point */
|
||||
.global _start
|
||||
|
Loading…
x
Reference in New Issue
Block a user