You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
158 B
11 lines
158 B
![]()
20 years ago
|
SECTIONS
|
||
|
{
|
||
![]()
18 years ago
|
.text.compressed : {
|
||
![]()
20 years ago
|
input_len = .;
|
||
![]()
18 years ago
|
LONG(input_data_end - input_data) input_data = .;
|
||
|
*(.data)
|
||
|
output_len = . - 4;
|
||
|
input_data_end = .;
|
||
![]()
20 years ago
|
}
|
||
|
}
|