patch-2.4.0-test8 linux/arch/arm/vmlinux-armo.lds.in
Next file: linux/arch/arm/vmlinux-armv.lds.in
Previous file: linux/arch/arm/tools/mach-types
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sun Sep 3 11:19:11 2000
- Orig file:
v2.4.0-test7/linux/arch/arm/vmlinux-armo.lds.in
- Orig date:
Thu Jul 27 17:37:59 2000
diff -u --recursive --new-file v2.4.0-test7/linux/arch/arm/vmlinux-armo.lds.in linux/arch/arm/vmlinux-armo.lds.in
@@ -79,9 +79,10 @@
.bss : {
- __bss_start = .; /* BSS */
+ __bss_start = .; /* BSS */
*(.bss)
- _end = . ;
+ *(COMMON)
+ _end = . ;
}
/* Stabs debugging sections. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)