resolve libstdc++/5198

Roman Zippel zippel@linux-m68k.org
Thu Jan 24 14:45:00 GMT 2002


Hi,

Richard Henderson wrote:

> Anyway, m68k is freaky in saving so much state on faults, I didn't
> know if it would save intermediate results when faulting in the
> middle of an indirect memory thing.

Hmm, it does save pending writes on the stack, and the fault handler can
be interrupted by another process, so using cas is indeed safer.

bye, Roman



More information about the Libstdc++ mailing list