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) }
61 * uncompressed image info used by the decompressor it should match
62 * struct vmlinux_info. It comes from .vmlinux.info section of
63 * uncompressed vmlinux in a form of info.o
71 #ifdef CONFIG_KERNEL_UNCOMPRESSED
76 .rodata.compressed : {
77 _compressed_start = .;
78 *(.vmlinux.bin.compressed)
89 . = ALIGN(8); /* For convenience during zeroing */
94 /* Sections to be discarded */