patch-2.3.23 linux/arch/sh/vmlinux.lds.S
Next file: linux/arch/sparc/mm/init.c
Previous file: linux/arch/sh/mm/ioremap.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Oct 18 11:16:13 1999
- Orig file:
v2.3.22/linux/arch/sh/vmlinux.lds.S
- Orig date:
Tue Sep 7 12:14:06 1999
diff -u --recursive --new-file v2.3.22/linux/arch/sh/vmlinux.lds.S linux/arch/sh/vmlinux.lds.S
@@ -1,4 +1,5 @@
-/* ld script to make SuperH Linux kernel
+/* $Id: vmlinux.lds.S,v 1.3 1999/10/05 12:33:48 gniibe Exp $
+ * ld script to make SuperH Linux kernel
* Written by Niibe Yutaka
*/
#include <linux/config.h>
@@ -15,6 +16,7 @@
__text = .; /* Text and read-only data */
_text = .; /* Text and read-only data */
.text : {
+ *(.empty_zero_page)
*(.text)
*(.fixup)
*(.gnu.warning)
@@ -65,9 +67,6 @@
. = ALIGN(32);
.data.cacheline_aligned : { *(.data.cacheline_aligned) }
-
- . = ALIGN(4096);
- .data.disk_image : { *(.data.disk_image) }
. = ALIGN(4);
___bss_start = .; /* BSS */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)