1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <asm-generic/vmlinux.lds.h>
3 #include <asm/vmlinux.lds.h>
5 OUTPUT_FORMAT("elf64-s390", "elf64-s390", "elf64-s390")
6 OUTPUT_ARCH(s390:64-bit)
26 *(.rodata) /* read-only data */
37 * .dma section for code, data, ex_table that need to stay below 2 GB,
38 * even when the kernel is relocate: above 2 GB.
50 _start_dma_ex_table = .;
51 KEEP(*(.dma.ex_table))
52 _stop_dma_ex_table = .;
54 .dma.data : { *(.dma.data) }
62 * uncompressed image info used by the decompressor it should match
63 * struct vmlinux_info. It comes from .vmlinux.info section of
64 * uncompressed vmlinux in a form of info.o
72 #ifdef CONFIG_KERNEL_UNCOMPRESSED
77 .rodata.compressed : {
78 _compressed_start = .;
79 *(.vmlinux.bin.compressed)
90 . = ALIGN(8); /* For convenience during zeroing */
95 /* Sections to be discarded */