Subversion Repositories HelenOS-historic

Rev

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

Rev 885 Rev 956
Line 5... Line 5...
5
 
5
 
6
OUTPUT_FORMAT(elf32-powerpc)
6
OUTPUT_FORMAT(elf32-powerpc)
7
ENTRY(start)
7
ENTRY(start)
8
 
8
 
9
SECTIONS {
9
SECTIONS {
10
	.image 0x80000000: AT (0x80000000) { 
10
	.image 0x10000000: AT (0) { 
11
		*(BOOTSTRAP)
11
		*(BOOTSTRAP)
12
		*(.text);
12
		*(.text);
13
		
13
		
14
		*(.rodata);
14
		*(.rodata);
15
		*(.rodata.*);
15
		*(.rodata.*);