Re: removing bcopy... because it's half broken

From: Christoph Hellwig
Date: Sun Jan 09 2005 - 15:38:25 EST


On Sun, Jan 09, 2005 at 12:19:09PM -0800, Linus Torvalds wrote:
> The problem is that at least some gcc versions would historically generate
> calls to "bcopy" on alpha for structure assignments. Maybe it doesn't any
> more, and no such old gcc versions exist any more, but who knows?

We're building with -ffreestanding now, so gcc isn't allowed to emit
any calls to standard library functions.

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