forked from Minki/linux
041d5f94c4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
SECTIONS
|
|
{
|
|
.rodata..compressed : {
|
|
input_len = .;
|
|
LONG(input_data_end - input_data) input_data = .;
|
|
*(.data)
|
|
output_len = . - 4;
|
|
input_data_end = .;
|
|
}
|
|
}
|