patch-2.4.0-prerelease linux/arch/sh/vmlinux.lds.S
Next file: linux/arch/sparc/Makefile
Previous file: linux/arch/sh/mm/Makefile
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Fri Dec 29 14:07:20 2000
- Orig file:
v2.4.0-test12/linux/arch/sh/vmlinux.lds.S
- Orig date:
Sun Oct 8 10:50:11 2000
diff -u --recursive --new-file v2.4.0-test12/linux/arch/sh/vmlinux.lds.S linux/arch/sh/vmlinux.lds.S
@@ -36,6 +36,10 @@
__ksymtab : { *(__ksymtab) }
__stop___ksymtab = .;
+ __start___kallsyms = .; /* All kernel symbols */
+ __kallsyms : { *(__kallsyms) }
+ __stop___kallsyms = .;
+
_etext = .; /* End of text section */
.data : { /* Data */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)