patch-2.1.121 linux/arch/arm/vmlinux-armv.lds
Next file: linux/arch/i386/defconfig
Previous file: linux/arch/arm/vmlinux-armo.lds
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sun Sep 6 10:44:47 1998
- Orig file:
v2.1.120/linux/arch/arm/vmlinux-armv.lds
- Orig date:
Tue Jul 21 00:15:30 1998
diff -u --recursive --new-file v2.1.120/linux/arch/arm/vmlinux-armv.lds linux/arch/arm/vmlinux-armv.lds
@@ -1,5 +1,5 @@
/* ld script to make ARM Linux kernel
- * taken from the i386 version
+ * taken from the i386 version by Russell King
* Written by Martin Mares <[email protected]>
*/
OUTPUT_FORMAT("elf32-arm", "elf32-arm", "elf32-arm")
@@ -28,17 +28,15 @@
_etext = .; /* End of text section */
+ . = ALIGN(8192);
.data : { /* Data */
+ *(.init.task)
*(.data)
CONSTRUCTORS
}
_edata = .; /* End of data section */
- /* This has to be aligned to a page boundary to do us any good. This
- alignment is overkill for ARM6 up but needed for ARM3. Since all this
- data will be thrown away I don't think the extra padding will hurt.
- -- pb */
. = ALIGN(4096); /* Init code and data */
__init_begin = .;
.text.init : { *(.text.init) }
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]