xref: /linux/arch/parisc/boot/compressed/vmlinux.scr (revision 7adb3e998f5bea3e1fd2f76c1cf80d76b8af6626)
1SECTIONS
2{
3  .rodata.compressed : {
4	input_len = .;
5	LONG(input_data_end - input_data) input_data = .;
6	*(.data)
7	output_len = . - 4; /* can be at unaligned address */
8	input_data_end = .;
9	}
10}
11