Re: [RFC] /proc/ksyms change for IA64

Keith Owens (kaos@ocs.com.au)
Tue, 21 Aug 2001 16:53:20 +1000


On Sat, 18 Aug 2001 18:27:56 -0700,
Richard Henderson <rth@twiddle.net> wrote:
>On Thu, Aug 02, 2001 at 01:22:40PM +1000, Keith Owens wrote:
>> Using BFD is the only way I can handle all
>> the relocation types, especially in cross compile mode.
>
>What the hell? You've got everything you need right there in
>the obj subdirectory. Please don't bring libbfd back to life
>in modutils.

Cross compile mode. Nothing in modutils works unless it is running on
the machine it was compiled for. As more modutil functions get pushed
back into kbuild time, this is getting to be a problem. I could do all
my own code for endianess and size differences between host and target,
but why bother when bfd already does it for me?

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