2000-07-25 Ulrich Drepper <drepper@redhat.com>
* signals.c (pthread_sighandler): Remove special code to restrore
%gs on x86.
(pthread_sighandler_t): Likewise.
+2000-07-25 Ulrich Drepper <drepper@redhat.com>
+
+ * signals.c (pthread_sighandler): Remove special code to restrore
+ %gs on x86.
+ (pthread_sighandler_t): Likewise.
+
2000-07-25 Mark Kettenis <kettenis@gnu.org>
* internals.h (__RES_PTHREAD_INTERNAL): Remove define.
{
pthread_descr self;
char * in_sighandler;
-#ifdef __i386__
- asm volatile ("movw %w0,%%gs" : : "r" (ctx.gs));
-#endif
self = thread_self();
/* If we're in a sigwait operation, just record the signal received
and return without calling the user's handler */
{
pthread_descr self;
char * in_sighandler;
-#ifdef __i386__
- asm volatile ("movw %w0,%%gs" : : "r" (uc->uc_mcontext.gregs[REG_GS]));
-#endif
self = thread_self();
/* If we're in a sigwait operation, just record the signal received
and return without calling the user's handler */