GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / h8300 / boot / compressed / vmlinux.scr
bloba0f6962736e9c9940cc5c1c6909ca88e7d541293
1 SECTIONS
3   .data : {
4         _input_len = .;
5         LONG(_input_data_end - _input_data) _input_data = .;
6         *(.data)
7         _input_data_end = .;
8         }