Re: [PATCH] Use -fno-unit-at-a-time if gcc supports it

From: Linus Torvalds
Date: Fri Sep 05 2003 - 09:57:13 EST



On Fri, 5 Sep 2003, Andi Kleen wrote:
>
> Unfortunately the kernel doesn't compile with unit-at-a-time currently,
> it cannot tolerate the reordering of functions in relation to inline
> assembly.

What is the problem exactly? Is it the exception table getting unordered?
We _could_ just sort it at boot-time (or, even better, at build time after
the final link) instead...

Linus

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