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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to