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
- Lines: 17
- Date:
Mon Oct 8 11:43:54 2001
- Orig file:
v2.4.10/linux/arch/cris/boot/rescue/rescue.ld
- Orig date:
Fri Apr 6 10:42:55 2001
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)