lkml.org 
[lkml]   [2001]   [Jan]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectstart___kallsyms missing from i386 vmlinux.lds ?
Hi,

I wasn't sure if this was overlooked or left out intentionally.

Paul.

--- linux/arch/i386/vmlinux.lds~ Fri Jul 7 03:47:07 2000
+++ linux/arch/i386/vmlinux.lds Mon Jan 1 07:55:50 2001
@@ -26,6 +26,10 @@
__ksymtab : { *(__ksymtab) }
__stop___ksymtab = .;

+ __start___kallsyms = .; /* All kernel symbols */
+ __kallsyms : { *(__kallsyms) }
+ __stop___kallsyms = .;
+
_etext = .; /* End of text section */

.data : { /* Data */
--------------78FB7F1E1ED5961B194C9718--


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 12:52    [W:0.912 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site