fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / arch / i386 / boot / compressed / vmlinux.scr
index 1ed9d79..707a88f 100644 (file)
@@ -1,9 +1,10 @@
 SECTIONS
 {
-  .data : { 
+  .data.compressed : {
        input_len = .;
        LONG(input_data_end - input_data) input_data = .; 
        *(.data) 
+       output_len = . - 4;
        input_data_end = .; 
        }
 }