1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <asm-generic/vmlinux.lds.h>
4 OUTPUT_FORMAT("elf64-s390", "elf64-s390", "elf64-s390")
5 OUTPUT_ARCH(s390:64-bit)
11 /* Be careful parts of head_64.S assume startup_32 is at
28 *(.rodata) /* read-only data */
29 *(EXCLUDE_FILE (*piggy.o) .rodata.compressed)
38 startup_continue = 0x100000;
39 #ifdef CONFIG_KERNEL_UNCOMPRESSED
44 .rodata.compressed : {
53 . = ALIGN(8); /* For convenience during zeroing */
58 /* Sections to be discarded */