patch-2.4.19 linux-2.4.19/arch/mips/ramdisk/ld.script
Next file: linux-2.4.19/arch/mips/sgi/kernel/Makefile
Previous file: linux-2.4.19/arch/mips/ramdisk/Makefile
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips/ramdisk/ld.script
- Orig date:
Wed Dec 31 16:00:00 1969
diff -urN linux-2.4.18/arch/mips/ramdisk/ld.script linux-2.4.19/arch/mips/ramdisk/ld.script
@@ -0,0 +1,9 @@
+OUTPUT_ARCH(mips)
+SECTIONS
+{
+ .initrd :
+ {
+ *(.data)
+ }
+}
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)