Rtwo/kernel/motorola/sm8550/arch/parisc/boot/compressed/vmlinux.scr
2025-09-30 19:22:48 -05:00

10 lines
194 B
Text

SECTIONS
{
.rodata.compressed : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
output_len = . - 4; /* can be at unaligned address */
input_data_end = .;
}
}