mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
06706c96ed
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
SECTIONS
|
|
{
|
|
.data : {
|
|
input_len = .;
|
|
LONG(input_data_end - input_data) input_data = .;
|
|
*(.data)
|
|
input_data_end = .;
|
|
}
|
|
}
|