Re: porting driver to 2.6, still unknown relocs... :(

From: Alan Cox
Date: Wed Aug 27 2003 - 11:02:41 EST


On Mer, 2003-08-27 at 16:34, LGW wrote:
> The driver is mostly a wrapper around a generic driver released by the
> manufacturer, and that's written in C++. But it worked like this for the
> 2.4.x kernel series, so I think it has something todo with the new
> module loader code. Possibly ld misses something when linking the object
> specific stuff like constructors?

The new module loader is kernel side, it may well not know some of the
C++ specific relocation types.


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