public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* start___kallsyms missing from i386 vmlinux.lds ?
@ 2001-01-02  6:56 Paul Gortmaker
  2001-01-02  7:43 ` Keith Owens
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Gortmaker @ 2001-01-02  6:56 UTC (permalink / raw)
  To: kaos; +Cc: linux-kernel list

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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-01-03  1:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-02  6:56 start___kallsyms missing from i386 vmlinux.lds ? Paul Gortmaker
2001-01-02  7:43 ` Keith Owens
2001-01-02  9:39   ` Paul Gortmaker
2001-01-02 10:30     ` Keith Owens
2001-01-03  1:17       ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox