From: Paul Gortmaker <p_gortmaker@yahoo.com>
To: kaos@ocs.com.au
Cc: linux-kernel list <linux-kernel@vger.kernel.org>
Subject: start___kallsyms missing from i386 vmlinux.lds ?
Date: Tue, 02 Jan 2001 01:56:08 -0500 [thread overview]
Message-ID: <3A517B88.13523C37@yahoo.com> (raw)
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/
next reply other threads:[~2001-01-02 7:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-02 6:56 Paul Gortmaker [this message]
2001-01-02 7:43 ` start___kallsyms missing from i386 vmlinux.lds ? Keith Owens
2001-01-02 9:39 ` Paul Gortmaker
2001-01-02 10:30 ` Keith Owens
2001-01-03 1:17 ` David Woodhouse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3A517B88.13523C37@yahoo.com \
--to=p_gortmaker@yahoo.com \
--cc=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.