patch-2.4.0-test4 linux/arch/mips64/ld.script.elf64
Next file: linux/arch/mips64/sgi-ip27/ip27-init.c
Previous file: linux/arch/mips64/ld.script.elf32
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Jul 12 15:14:41 2000
- Orig file:
v2.4.0-test3/linux/arch/mips64/ld.script.elf64
- Orig date:
Mon Jul 10 16:47:20 2000
diff -u --recursive --new-file v2.4.0-test3/linux/arch/mips64/ld.script.elf64 linux/arch/mips64/ld.script.elf64
@@ -92,6 +92,15 @@
*(COMMON)
_end = . ;
}
+
+ /* Sections to be discarded */
+ /DISCARD/ :
+ {
+ *(.text.exit)
+ *(.data.exit)
+ *(.exitcall.exit)
+ }
+
/* These are needed for ELF backends which have not yet been
converted to the new style linker. */
.stab 0 : { *(.stab) }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)