]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/h8300/boot/compressed/vmlinux.scr
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
[linux-2.6-omap-h63xx.git] / arch / h8300 / boot / compressed / vmlinux.scr
1 SECTIONS
2 {
3   .data : {
4         _input_len = .;
5         LONG(_input_data_end - _input_data) _input_data = .;
6         *(.data)
7         _input_data_end = .;
8         }
9 }