blob: bd1429ce193e903b1c1127edcff1b32371dfabfe [file] [log] [blame]
SECTIONS
{
.text.compressed : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
output_len = . - 4;
input_data_end = .;
}
}