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