18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * Copyright (C) 2009 Thomas Chou <thomas@wytron.com.tw>
38c2ecf20Sopenharmony_ci *
48c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or modify
58c2ecf20Sopenharmony_ci * it under the terms of the GNU General Public License as published by
68c2ecf20Sopenharmony_ci * the Free Software Foundation; either version 2 of the License, or
78c2ecf20Sopenharmony_ci * (at your option) any later version.
88c2ecf20Sopenharmony_ci *
98c2ecf20Sopenharmony_ci * This program is distributed in the hope that it will be useful,
108c2ecf20Sopenharmony_ci * but WITHOUT ANY WARRANTY; without even the implied warranty of
118c2ecf20Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
128c2ecf20Sopenharmony_ci * GNU General Public License for more details.
138c2ecf20Sopenharmony_ci *
148c2ecf20Sopenharmony_ci * You should have received a copy of the GNU General Public License
158c2ecf20Sopenharmony_ci * along with this program.  If not, see <http://www.gnu.org/licenses/>.
168c2ecf20Sopenharmony_ci *
178c2ecf20Sopenharmony_ci */
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciSECTIONS
208c2ecf20Sopenharmony_ci{
218c2ecf20Sopenharmony_ci	.data : {
228c2ecf20Sopenharmony_ci		input_len = .;
238c2ecf20Sopenharmony_ci		LONG(input_data_end - input_data) input_data = .;
248c2ecf20Sopenharmony_ci		*(.data)
258c2ecf20Sopenharmony_ci		. = ALIGN(4);
268c2ecf20Sopenharmony_ci		input_data_end = .;
278c2ecf20Sopenharmony_ci	}
288c2ecf20Sopenharmony_ci}
29