OUTPUT_FORMAT("elf64-ia64-little") ENTRY(start) SECTIONS { .boot 0x4400000: AT (0x4400000) { *(BOOTSTRAP); [[COMPONENTS]] . = ALIGN (16384); *(.text); *(.rodata); *(.rodata.*); *(.data); /* initialized data */ _got = . ; *(.got .got.*); *(.sdata); *(.sdata2); *(.sbss); *(.bss); /* uninitialized static variables */ *(COMMON); } /DISCARD/ : { *(.comment); *(.note*); } }