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 /* vmlinux.bin.gz is here */
47 .rodata.compressed : {
51 /* bootloader code and data starts at least behind area of extracted kernel */
52 . = MAX(ABSOLUTE(.), (SZ_end - SZparisc_kernel_start + KERNEL_BINARY_TEXT_START));
54 /* align on next page boundary */
72 *(.rodata) /* read-only data */
88 .note 0 : { *(.note) }
90 /* Sections to be discarded */
94 /* temporary hack until binutils is fixed to not emit these
97 *(.PARISC.unwind) /* no unwind data */