patch-2.1.101 linux/arch/mips/dec/ld.script
Next file: linux/arch/mips/dec/reset.c
Previous file: linux/arch/mips/dec/int-handler.S
Back to the patch index
Back to the overall index
- Lines: 48
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.1.100/linux/arch/mips/dec/ld.script
- Orig date:
Thu Jun 26 12:33:37 1997
diff -u --recursive --new-file v2.1.100/linux/arch/mips/dec/ld.script linux/arch/mips/dec/ld.script
@@ -1,47 +0,0 @@
-OUTPUT_FORMAT("ecoff-littlemips")
-OUTPUT_ARCH(mips)
-ENTRY(dec_entry)
-SECTIONS
-{
- /* This is probably a little simplistic, and is based on work by
- * Chris Fraser of Softway Pty Ltd as used in his port of Vsta to
- * the DECStation - Paul M. Antoine 21/1/96.
- */
- . = 0x80030000;
- .text :
- {
- *(.text)
- . = ALIGN(0x10);
- _etext = .;
- __etext = .;
- }
- .lit8 : {
- *(.lit8)
- }
- .lit4 : {
- *(.lit4)
- }
- . = ALIGN(0x1000);
- .data :
- {
- *(.data .rdata .rodata)
- _edata = .;
- __edata = .;
- }
- __bss_start = ALIGN(16) + 0x8000;
- .sbss :
- {
- *(.sbss)
- *(.scommon)
- }
- .bss :
- {
- *(.bss)
- *(COMMON)
- _end = ALIGN(4) ;
- __end = ALIGN(4) ;
- }
- .reginfo : {
- *(.reginfo)
- }
-}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov