162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * Copyright (C) 2009 Thomas Chou <thomas@wytron.com.tw> 362306a36Sopenharmony_ci * 462306a36Sopenharmony_ci * This program is free software; you can redistribute it and/or modify 562306a36Sopenharmony_ci * it under the terms of the GNU General Public License as published by 662306a36Sopenharmony_ci * the Free Software Foundation; either version 2 of the License, or 762306a36Sopenharmony_ci * (at your option) any later version. 862306a36Sopenharmony_ci * 962306a36Sopenharmony_ci * This program is distributed in the hope that it will be useful, 1062306a36Sopenharmony_ci * but WITHOUT ANY WARRANTY; without even the implied warranty of 1162306a36Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1262306a36Sopenharmony_ci * GNU General Public License for more details. 1362306a36Sopenharmony_ci * 1462306a36Sopenharmony_ci * You should have received a copy of the GNU General Public License 1562306a36Sopenharmony_ci * along with this program. If not, see <http://www.gnu.org/licenses/>. 1662306a36Sopenharmony_ci * 1762306a36Sopenharmony_ci */ 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ciSECTIONS 2062306a36Sopenharmony_ci{ 2162306a36Sopenharmony_ci .data : { 2262306a36Sopenharmony_ci input_len = .; 2362306a36Sopenharmony_ci LONG(input_data_end - input_data) input_data = .; 2462306a36Sopenharmony_ci *(.data) 2562306a36Sopenharmony_ci . = ALIGN(4); 2662306a36Sopenharmony_ci input_data_end = .; 2762306a36Sopenharmony_ci } 2862306a36Sopenharmony_ci} 29