lineage_kernel_xcoverpro/arch/mn10300/boot/compressed/vmlinux.lds

10 lines
126 B
Plaintext
Raw Normal View History

2023-06-18 22:53:49 +00:00
SECTIONS
{
.data : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
input_data_end = .;
}
}