Subversion Repositories HelenOS-historic

Rev

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

Rev 908 Rev 917
Line 1... Line 1...
1
OUTPUT_FORMAT(elf64-ia64-little)
1
OUTPUT_FORMAT(elf64-ia64-little)
2
STARTUP(../libc/arch/ARCH/src/entry.o)
2
STARTUP(../libc/arch/ARCH/src/entry.o)
3
ENTRY(__entry)
3
ENTRY(__entry)
4
 
4
 
5
SECTIONS {
5
SECTIONS {
6
	.text 0x00004000 : {
6
	.text 0x00010000 : {
7
		*(.text)
7
		*(.text)
8
		*(.rodata .rodata.*)
8
		*(.rodata .rodata.*)
9
		*(.opd)
9
		*(.opd)
10
		*(.data)
10
		*(.data)
11
		*(.got .got.*)
11
		*(.got .got.*)