kernel_samsung_a34x-permissive/arch/s390/boot/compressed/vmlinux.scr.lds.S
2024-04-28 15:49:01 +02:00

16 lines
283 B
ArmAsm
Executable file

/* SPDX-License-Identifier: GPL-2.0 */
SECTIONS
{
.rodata.compressed : {
#ifndef CONFIG_KERNEL_UNCOMPRESSED
input_len = .;
LONG(input_data_end - input_data) input_data = .;
#endif
*(.data)
#ifndef CONFIG_KERNEL_UNCOMPRESSED
output_len = . - 4;
input_data_end = .;
#endif
}
}