Subversion Repositories HelenOS-historic

Rev

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

Rev 426 Rev 455
Line 1... Line -...
1
/*
-
 
2
 *  SPARC64 linker script
1
/** SPARC64 linker script
3
 *
2
 *
4
 *  It is ELF format, but its only section looks like this:
3
 *  It is ELF format, but its only section looks like this:
5
 *  kernel text
4
 *  kernel text
6
 *  kernel data
5
 *  kernel data
7
 *
6
 *
8
 */
7
 */
9
 
8
 
-
 
9
#define __ASM__
-
 
10
 
10
OUTPUT_FORMAT(elf64-sparc)
11
OUTPUT_FORMAT("elf64-sparc")
11
ENTRY(kernel_image_start)
12
ENTRY(kernel_image_start)
12
 
13
 
13
SECTIONS {
14
SECTIONS {
14
	.image 0x4000: AT (0x4000) { 
15
	.image 0x4000: AT (0x4000) { 
15
		ktext_start = .;
16
		ktext_start = .;