patch-2.4.0-test11 linux/arch/sparc64/vmlinux.lds
Next file: linux/drivers/acorn/net/etherh.c
Previous file: linux/arch/sparc64/solaris/socket.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Thu Nov 9 15:57:41 2000
- Orig file:
v2.4.0-test10/linux/arch/sparc64/vmlinux.lds
- Orig date:
Wed Jul 5 22:15:25 2000
diff -u --recursive --new-file v2.4.0-test10/linux/arch/sparc64/vmlinux.lds linux/arch/sparc64/vmlinux.lds
@@ -35,6 +35,9 @@
__ksymtab : { *(__ksymtab) }
__stop___ksymtab = .;
__kstrtab : { *(.kstrtab) }
+ __start___kallsyms = .; /* All kernel symbols */
+ __kallsyms : { *(__kallsyms) }
+ __stop___kallsyms = .;
. = ALIGN(8192);
__init_begin = .;
.text.init : { *(.text.init) }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)