Subversion Repositories HelenOS-historic

Rev

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

Rev 216 Rev 268
Line 34... Line 34...
34
		hardcoded_load_address = .;
34
		hardcoded_load_address = .;
35
		LONG(0x80000000);
35
		LONG(0x80000000);
36
		*(.bss);		/* uninitialized static variables */	
36
		*(.bss);		/* uninitialized static variables */	
37
		*(.scommon);
37
		*(.scommon);
38
		*(COMMON); 		/* global variables */
38
		*(COMMON); 		/* global variables */
-
 
39
 
-
 
40
		symbol_table = .;
-
 
41
		*(symtab.*);            /* Symbol table, must be LAST symbol!*/
-
 
42
 
39
		kdata_end = .;
43
		kdata_end = .;
40
 
44
 
41
	} = 0x00000000
45
	} = 0x00000000
42
}
46
}