Re: Bogus objdump output from kernel object files?

From: Chuck Ebbert
Date: Sat Feb 25 2006 - 16:14:12 EST


In-Reply-To: <20060225190324.GA9326@xxxxxxxxxxxxxxxxx>

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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/