patch-2.3.49 linux/arch/arm/vmlinux-armo.lds.in
Next file: linux/arch/arm/vmlinux-armv.lds.in
Previous file: linux/arch/arm/mm/mm-nexuspci.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Feb 28 14:16:37 2000
- Orig file:
v2.3.48/linux/arch/arm/vmlinux-armo.lds.in
- Orig date:
Mon Nov 1 13:56:26 1999
diff -u --recursive --new-file v2.3.48/linux/arch/arm/vmlinux-armo.lds.in linux/arch/arm/vmlinux-armo.lds.in
@@ -28,6 +28,11 @@
*(.init.task)
}
+ /DISCARD/ : { /* Exit code and data */
+ *(.text.exit)
+ *(.data.exit)
+ }
+
_text = .; /* Text and read-only data */
.text : {
*(.text)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)