mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-08 07:13:06 +00:00
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 = .;
|
||
|
}
|
||
|
}
|