]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/boot/compressed/vmlinux_32.lds
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
[linux-2.6-omap-h63xx.git] / arch / x86 / boot / compressed / vmlinux_32.lds
index cc4854f6c6c1d722fef7d83b4261f9b0e21bcc4a..bb3c48379c40f858f6ce09d5be215ad192524ed4 100644 (file)
@@ -3,17 +3,17 @@ OUTPUT_ARCH(i386)
 ENTRY(startup_32)
 SECTIONS
 {
-        /* Be careful parts of head.S assume startup_32 is at
-         * address 0.
+       /* Be careful parts of head_32.S assume startup_32 is at
+        * address 0.
         */
-       . =  0  ;
+       . = 0;
        .text.head : {
                _head = . ;
                *(.text.head)
                _ehead = . ;
        }
-       .data.compressed : {
-               *(.data.compressed)
+       .rodata.compressed : {
+               *(.rodata.compressed)
        }
        .text : {
                _text = .;      /* Text */