Subversion Repositories HelenOS

Rev

Rev 2929 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2929 Rev 2959
Line 5... Line 5...
5
        text PT_LOAD FLAGS(5);
5
        text PT_LOAD FLAGS(5);
6
	data PT_LOAD FLAGS(6);
6
	data PT_LOAD FLAGS(6);
7
}
7
}
8
 
8
 
9
SECTIONS {
9
SECTIONS {
10
	. = 0x40001000;
10
	. = 0x70001000;
11
 
11
 
12
	.init ALIGN(0x1000) : SUBALIGN(0x1000) {
12
	.init ALIGN(0x1000) : SUBALIGN(0x1000) {
13
		*(.init);
13
		*(.init);
14
	} :text
14
	} :text
15
	.text : {
15
	.text : {