Re: kbuild news

Keith Owens (kaos@ocs.com.au)
Tue, 08 Oct 2002 19:39:17 +1000


On Mon, 07 Oct 2002 07:24:26 -0700 (PDT),
"David S. Miller" <davem@redhat.com> wrote:
>No, the kallsyms object file would not need to be seen by
>the btfixup.o generator. It could therefore be done validly
>as:
>
> 1) build .tmp_vmlinux
> 2) build btfixup.o
> 3) build kallsyms
> 4) link final vmlinux image
>
>The order of #2 and #3 could be transposed and that would be fine too.

Wrong. Anything that changes the address or size of any symbol or
section invalidates the kallsyms data. kallsyms must be run on the
definitive vmlinux contents, with everything else already included and
all sizes must be stable.

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