GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / s390 / boot / compressed / vmlinux.scr
blobf02382ae5c48b1cd319a4cb1e755fa060f03cfdc
1 SECTIONS
3   .rodata.compressed : {
4         input_len = .;
5         LONG(input_data_end - input_data) input_data = .;
6         *(.data)
7         output_len = . - 4;
8         input_data_end = .;
9         }