Subversion Repositories HelenOS-historic

Rev

Rev 908 | Rev 948 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

OUTPUT_FORMAT(elf64-ia64-little)
STARTUP(../libc/arch/ARCH/src/entry.o)
ENTRY(__entry)

SECTIONS {
    .text 0x00010000 : {
        *(.text)
        *(.rodata .rodata.*)
        *(.opd)
        *(.data)
        *(.got .got.*)
        *(.sdata)
        *(.sbss)
        *(.scommon)
        *(.bss)
        *(COMMON);
    }
 
    /DISCARD/ : {
        *(.note.GNU-stack);
        *(.comment);
        }
}