Re: [PATCH 1/7] Make section names compatible with -ffunction-sections -fdata-sections

From: Andi Kleen
Date: Mon Jan 12 2009 - 16:56:44 EST


> So we `make it possible to build the kernel > with "gcc
> -ffunction-sections -fdata-sections"'. So what? Where is the value in
> that?

The original reason was that it allows the linker to drop unused
functions automatically. That is a good thing by itself -- e.g.
if it was universal we could avoid a lot of #ifdefs. And it
also turned out that standard kernel builds get smaller by it iirc.

-Andi

--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only.
--
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/