From: Chuck Ebbert <76306.1226@compuserve.com>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>,
Arjan van de Ven <arjan@infradead.org>
Subject: Re: Bogus objdump output from kernel object files?
Date: Sat, 25 Feb 2006 16:11:34 -0500 [thread overview]
Message-ID: <200602251614_MC3-1-B949-F65F@compuserve.com> (raw)
In-Reply-To: <20060225190324.GA9326@mars.ravnborg.org>
On Sat, 25 Feb 2006 at 20:03:24 +0100, Sam Ravnborg wrote:
> Let me know if anyone thinks something is bad with the kbuild
> make dir/foo.lst functionality and I will ahve a look.
Try it with Arjan's new "reorder functions" patch and you should
see some real breakage. makelst assumes the entire .o file
gets placed in-order into vmlinux and a single --adjust-vma will
work for the entire file when it really needs to be done for each
section. It was probably already broken because of .init.text
vs. .text sections but I never did check that. And the "grep .text"
in line 1 is broken too; it needs to be "grep -F".
--
Chuck
"Equations are the Devil's sentences." --Stephen Colbert
next reply other threads:[~2006-02-25 21:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-25 21:11 Chuck Ebbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-02-14 9:54 Chuck Ebbert
2006-02-14 20:53 ` Andrew Morton
2006-02-25 19:03 ` Sam Ravnborg
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=200602251614_MC3-1-B949-F65F@compuserve.com \
--to=76306.1226@compuserve.com \
--cc=akpm@osdl.org \
--cc=arjan@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®