Subversion Repositories HelenOS

Rev

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

Rev 2993 Rev 3102
Line 4... Line 4...
4
 */
4
 */
5
STARTUP(LIBC_PREFIX/arch/ARCH/src/entry.o)
5
STARTUP(LIBC_PREFIX/arch/ARCH/src/entry.o)
6
ENTRY(__entry)
6
ENTRY(__entry)
7
 
7
 
8
PHDRS {
8
PHDRS {
-
 
9
	interp PT_INTERP;
9
	text PT_LOAD FLAGS(5);
10
	text PT_LOAD FLAGS(5);
10
	data PT_LOAD FLAGS(6);
11
	data PT_LOAD FLAGS(6);
11
}
12
}
12
 
13
 
13
SECTIONS {
14
SECTIONS {
-
 
15
	.interp : {
-
 
16
		*(.interp);
-
 
17
	} : interp
-
 
18
 
14
	/* . = 0x0000700000001000;*/
19
	/* . = 0x0000700000001000;*/
15
	. = 0x70001000;
20
	. = 0x70001000;
16
	
21
	
17
	.init ALIGN(0x1000) : SUBALIGN(0x1000) {
22
	.init ALIGN(0x1000) : SUBALIGN(0x1000) {
18
		*(.init);
23
		*(.init);