patch-2.4.11-dontuse linux/arch/cris/boot/rescue/rescue.ld

Next file: linux/arch/cris/boot/rescue/testrescue.S
Previous file: linux/arch/cris/boot/rescue/kimagerescue.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.10/linux/arch/cris/boot/rescue/rescue.ld linux/arch/cris/boot/rescue/rescue.ld
@@ -8,13 +8,13 @@
 {
 	.text :
 	{
-		_stext = . ;
+		stext = . ;
 		*(.text)
-		_etext = . ;
+		etext = . ;
 	} > flash
 	.data :
 	{
 		*(.data)
-		_edata = . ;
+		edata = . ;
 	} > flash
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)