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
- Lines: 15
- Date:
2003-06-13 07:51:31.000000000 -0700
- Orig file:
linux-2.4.20/arch/parisc/vmlinux64.lds
- Orig date:
2002-11-28 15:53:10.000000000 -0800
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)