Re: linux-2.4.0-test9

Richard Henderson (rth@twiddle.net)
Thu, 5 Oct 2000 22:05:08 -0700


On Wed, Oct 04, 2000 at 05:25:44PM -0700, David S. Miller wrote:
> These items are specifically placed into the data section, not the
> BSS, because these alignment games are not possible in the BSS.

Compile with -fno-common and you'll get .bss, but not COMMON,
variables. It's the COMMON bits that are screwing your games.

r~
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/