Re: [uml-devel] Re: Partial fix! - Was: Re: [BUG report] UML linux-2.6 latest BK doesn't compile

From: Jeff Dike
Date: Mon Mar 07 2005 - 17:15:31 EST


blaisorblade@xxxxxxxx said:
> a) wrong because you say __GNUC_PATCHLEVEL__ > 4 rather than >=

Correct, this is now fixed.

> b) wrong because for he the link failed on __bb_init_func at the
> beginning. So in the case you need to export BOTH symbols.

Incorrect, the link failure was caused by trying to export __bb_init_func,
which makes a reference to it, which was subsequently not being resolved.

You can't export a symbol which doesn't exist.

Jeff

-
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/