Subversion Repositories HelenOS-historic

Rev

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

Rev 1068 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(elf32-powerpc)
6
OUTPUT_FORMAT("elf32-powerpc")
-
 
7
OUTPUT_ARCH(powerpc:common)
7
ENTRY(start)
8
ENTRY(start)
8
 
9
 
9
SECTIONS {
10
SECTIONS {
10
	.boot 0x10000000: AT (0) { 
11
	.boot 0x10000000: AT (0) { 
11
		*(BOOTSTRAP);
12
		*(BOOTSTRAP);