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

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)