Merge tag 'linux-watchdog-4.20-rc1' of git://www.linux-watchdog.org/linux-watchdog
[sfrench/cifs-2.6.git] / arch / parisc / boot / compressed / vmlinux.lds.S
index 4ebd4e65524cd3cf6347a2948dede9163a4807b9..bfd7872739a38d7a32b211803af5c60c671f6c0d 100644 (file)
@@ -42,6 +42,12 @@ SECTIONS
 #endif
        _startcode_end = .;
 
+       /* vmlinux.bin.gz is here */
+       . = ALIGN(8);
+       .rodata.compressed : {
+               *(.rodata.compressed)
+       }
+
        /* bootloader code and data starts behind area of extracted kernel */
        . = (SZ_end - SZparisc_kernel_start + KERNEL_BINARY_TEXT_START);
 
@@ -68,10 +74,6 @@ SECTIONS
                _erodata = . ;
        }
        . = ALIGN(8);
-       .rodata.compressed : {
-               *(.rodata.compressed)
-       }
-       . = ALIGN(8);
        .bss : {
                _bss = . ;
                *(.bss)