mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 17:14:40 +08: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 = .;
|
|
}
|
|
}
|