From: David Howells <dhowells@redhat.com>
To: unlisted-recipients:; (no To-header on input)
Cc: dhowells@redhat.com, Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, jdi@l4x.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] FRV: Fix the extern declaration of kallsyms_num_syms
Date: Tue, 13 Nov 2007 17:01:48 +0000 [thread overview]
Message-ID: <23195.1194973308@redhat.com> (raw)
In-Reply-To: <20134.1194968670@redhat.com>
David Howells <dhowells@redhat.com> wrote:
> > > +extern const unsigned long kallsyms_num_syms
> > > +__nongpreldata __attribute__((weak));
Rather than using __nongpreldata, I should be able to say that it's in
.rodata - which seems to be more correct anyway - and throw into a comment to
say why.
I can't quite work out, though, how the kernel build stuff gets the datum into
the kernel build. I can see there's a script, but I never see the output of
the script crop up anywhere in the build tree:-/ GDB reports, though, that
kallsyms_num_syms gets the right value.
David
prev parent reply other threads:[~2007-11-13 17:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-06 21:48 [PATCH] FRV: Fix the extern declaration of kallsyms_num_syms David Howells
2007-11-09 19:52 ` Andrew Morton
2007-11-13 15:44 ` David Howells
2007-11-13 17:01 ` David Howells [this message]
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=23195.1194973308@redhat.com \
--to=dhowells@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=jdi@l4x.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.