patch-2.4.25 linux-2.4.25/arch/mips/galileo-boards/ev64120/compressed/ld.script.gal
Next file: linux-2.4.25/arch/mips/galileo-boards/ev64120/compressed/ld.sys.big.Flash
Previous file: linux-2.4.25/arch/mips/galileo-boards/ev64120/compressed/head.S
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
1969-12-31 16:00:00.000000000 -0800
- Orig file:
linux-2.4.24/arch/mips/galileo-boards/ev64120/compressed/ld.script.gal
- Orig date:
2002-11-28 15:53:10.000000000 -0800
diff -urN linux-2.4.24/arch/mips/galileo-boards/ev64120/compressed/ld.script.gal linux-2.4.25/arch/mips/galileo-boards/ev64120/compressed/ld.script.gal
@@ -1,19 +0,0 @@
-OUTPUT_FORMAT("elf32-bigmips")
-OUTPUT_ARCH(mips)
-ENTRY(startup)
-SECTIONS
-{
- kernel_location_start = 0x80100000;
- . = 0x80400000;
- .text : {
- *(.text)
- }
- .bss : {
- *(.bss)
- }
- .data :{
- *(.data)
- }
- malloc_start = .;
-}
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)