patch-2.4.21 linux-2.4.21/arch/parisc/vmlinux.lds
Next file: linux-2.4.21/arch/parisc/vmlinux64.lds
Previous file: linux-2.4.21/arch/parisc/mm/init.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
2003-06-13 07:51:31.000000000 -0700
-  Orig file: 
linux-2.4.20/arch/parisc/vmlinux.lds
-  Orig date: 
2002-11-28 15:53:10.000000000 -0800
diff -urN linux-2.4.20/arch/parisc/vmlinux.lds linux-2.4.21/arch/parisc/vmlinux.lds
@@ -14,12 +14,12 @@
 	*(.gnu.warning)
 	} = 0
 
+  _etext = .;			/* End of text section */
+  
   . = ALIGN(16);
   .rodata : { *(.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)