Subversion Repositories HelenOS-historic

Rev

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

Rev 1157 Rev 1166
Line 1... Line 1...
1
/*
1
/*
2
 *  PPC linker script
2
 *  PPC linker script
3
 *
3
 *
4
 */
4
 */
5
 
5
 
6
OUTPUT_FORMAT(elf64-powerpc)
6
OUTPUT_FORMAT("elf64-powerpc")
-
 
7
OUTPUT_ARCH("powerpc:common64")
7
ENTRY(start)
8
ENTRY(start)
8
 
9
 
9
SECTIONS {
10
SECTIONS {
10
	.boot 0x0000000010000000: AT (0) { 
11
	.boot 0x0000000010000000: AT (0) { 
11
		*(BOOTSTRAP);
12
		*(BOOTSTRAP);