aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/compressed/vmlinux.scr
blob: 42a242597f346345c50d9be5422e74db79ad8496 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
SECTIONS
{
  .rodata.compressed : {
	input_len = .;
	LONG(input_data_end - input_data) input_data = .;
	*(.data)
	output_len = . - 4;
	input_data_end = .;
	}
}