Subversion Repositories HelenOS

Rev

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

Rev 3004 Rev 3102
Line 12... Line 12...
12
}
12
}
13
 
13
 
14
SECTIONS {
14
SECTIONS {
15
	.interp : {
15
	.interp : {
16
		*(.interp);
16
		*(.interp);
17
	} : interp
17
	} :interp
18
 
18
 
19
	. = 0x70001000;
19
	. = 0x70001000;
20
 
20
 
21
	.init ALIGN(0x1000) : SUBALIGN(0x1000) {
21
	.init ALIGN(0x1000) : SUBALIGN(0x1000) {
22
		*(.init);
22
		*(.init);