mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-18 06:31:23 +00:00
Add bootstrap section
This commit is contained in:
parent
a9eabdd56d
commit
1c837e7b48
@ -68,6 +68,9 @@ SECTIONS
|
|||||||
SORT(CONSTRUCTORS)
|
SORT(CONSTRUCTORS)
|
||||||
}
|
}
|
||||||
.data1 : { *(.data1) }
|
.data1 : { *(.data1) }
|
||||||
|
_bootstrap_start = . ;
|
||||||
|
.bootstrap : { *(.bootstrap) }
|
||||||
|
_bootstrap_end = . ;
|
||||||
.tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
|
.tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
|
||||||
.tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
|
.tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
|
||||||
.eh_frame : { KEEP (*(.eh_frame)) }
|
.eh_frame : { KEEP (*(.eh_frame)) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user