Add bootstrap section

This commit is contained in:
Laurent Vivier 2007-02-02 22:10:17 +00:00
parent a9eabdd56d
commit 1c837e7b48

View File

@ -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)) }