RE: 2.6.23-rc4-mm1 build issue: ia64 link error

From: Luck, Tony
Date: Fri Sep 07 2007 - 03:35:21 EST


> local symbol 0: discarded in section `.exit.text' from arch/ia64/kernel/built-in.o

This usually means that there is a static __exit function (or __devexit etc.)
somewhere in the object being linked. The error message is pretty unhelpful
in figuring out *where* in the module. Look at the 'mm' patches that touch
arch/ia64/kernel to see if one of them tinkers with __exit* attributes.

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