Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
SECTIONS
|
|
{
|
|
.rodata..compressed : ALIGN(8) {
|
|
input_len = .;
|
|
LONG(input_data_end - input_data) input_data = .;
|
|
*(.data)
|
|
output_len = . - 4;
|
|
input_data_end = .;
|
|
}
|
|
}
|