Subversion Repositories HelenOS-historic

Rev

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

Rev 272 Rev 455
Line 1... Line -...
1
/*
-
 
2
 *  IA-64 linker script
1
/** IA-64 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-ia64-little)
11
OUTPUT_FORMAT(elf64-ia64-little)
11
ENTRY(kernel_image_start)
12
ENTRY(kernel_image_start)
12
 
13
 
13
SECTIONS {
14
SECTIONS {
14
	.image 0x0000000000001000: AT (0x0000000000001000) { 
15
	.image 0x0000000000001000: AT (0x0000000000001000) {