patch-2.4.21 linux-2.4.21/arch/parisc/vmlinux64.lds

Next file: linux-2.4.21/arch/ppc/8260_io/Config.in
Previous file: linux-2.4.21/arch/parisc/vmlinux.lds
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/parisc/vmlinux64.lds linux-2.4.21/arch/parisc/vmlinux64.lds
@@ -15,12 +15,12 @@
 	*(.gnu.warning)
 	} = 0
 
+  _etext = .;			/* End of text section */
+
   . = ALIGN(16);
   .rodata : { *(.rodata) }
   .kstrtab : { *(.kstrtab) }
 
-  _etext = .;			/* End of text section */
-  
   .data BLOCK(8192) : {			/* Data without special */
 	data_start = .;
 	*(.data)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)