K 10 svn:author V 8 deischen K 8 svn:date V 27 2001-05-12T03:23:10.000000Z K 7 svn:log V 277 Preserve the state of the %gs register when setting up the signal handler in Linux emulation. According to bde, this is what Linux does. Recent versions of linuxthreads use %gs for thread-specific data, while FreeBSD uses %fs (mostly because WINE uses %gs). Tested by: drew END