Re: Writable global section?

From: Andreas Schwab (schwab@suse.de)
Date: Wed Oct 09 2002 - 11:01:42 EST


"Richard B. Johnson" <root@chaos.analogic.com> writes:

|> Well, yes I found out.. This anomaly with the assembler.....
|>
|> .section .data
|> .global pars
|> .type pars,@object
|> .size pars,4
|> .align 4
|> pars: .long 0
|> .end
|>
|>
|> I accidentally left out .size, guess what? Even though I had an
|> offset recognized and a ".long", initialized to 0, there was no
|> space allocated and therefore the seg-fault. I would have seen
|> this, but the problem doesn't exist if the ".section" is ".bss",
|> the first section I was messing with. Go figure?

I think this problem only exists on platforms with COPY relocations.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
-
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/



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:31 EST