1
0
mirror of https://github.com/vivier/EMILE.git synced 2025-04-30 07:37:09 +00:00

Add bootstrap section

This commit is contained in:
Laurent Vivier 2007-02-02 22:10:17 +00:00
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)) }