1 #include <asm-generic/vmlinux.lds.h>
6 OUTPUT_FORMAT("elf32-hppa-linux")
9 OUTPUT_FORMAT("elf64-hppa-linux")
10 OUTPUT_ARCH(hppa:hppa2.0w)
17 /* palo loads at 0x60000 */
18 /* loaded kernel will move to 0x10000 */
19 . = 0xe0000; /* should not overwrite palo code */
27 /* keep __gp below 0x1000000 */
45 /* bootloader code and data starts behind area of extracted kernel */
46 . = (SZ_end - SZparisc_kernel_start + KERNEL_BINARY_TEXT_START);
48 /* align on next page boundary */
66 *(.rodata) /* read-only data */
71 .rodata.compressed : {
85 .note 0 : { *(.note) }
87 /* Sections to be discarded */
91 /* temporary hack until binutils is fixed to not emit these
94 *(.PARISC.unwind) /* no unwind data */