Re: [PATCH] C undefined behavior fix

jtv (jtv@xs4all.nl)
Wed, 2 Jan 2002 23:23:21 +0100


On Wed, Jan 02, 2002 at 03:05:48PM -0700, Tom Rini wrote:
>
> Well, the problem is that we aren't running where the compiler thinks we
> are yet. So what would the right fix be for this?

Obviously -ffreestanding isn't, because this problem could crop up pretty
much anywhere. The involvement of standard library functions is almost
coincidence and so -ffreestanding would only fix the current symptom.

I'm not much of a kernel hacker, but a quick (and not very efficient,
granted) fix could be to make the offset an extern variable, yes? That
would force the compiler to fall back on the basic "your gun, your foot,
your choice" memory model.

Jeroen

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