From b7eb7b0f6d971568ea2d478950bd7ca18ac27d5a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 8 Aug 2002 09:04:02 +0000 Subject: Update. 2002-08-08 Ulrich Drepper * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available. --- linuxthreads/ChangeLog | 4 ++++ linuxthreads/sysdeps/i386/tls.h | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 37dd1ad103..a6a2e9b7e1 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-08-08 Ulrich Drepper + + * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Removed. + 2002-08-07 Ulrich Drepper * pthread.c (__linuxthreads_initial_report_events): New variable. diff --git a/linuxthreads/sysdeps/i386/tls.h b/linuxthreads/sysdeps/i386/tls.h index a00de6c3d8..03d36de486 100644 --- a/linuxthreads/sysdeps/i386/tls.h +++ b/linuxthreads/sysdeps/i386/tls.h @@ -107,14 +107,6 @@ typedef struct __builtin_expect (result, 0) != 0 ? -1 : nr * 8 + 7; \ }) -# define TLS_DO_SET_THREAD_AREA(descr) \ - INLINE_SYSCALL (set_thread_area, 2, descr, 1); \ - if (__builtin_expect (__seg, 0) == -1) \ - /* Nothing else we can do. */ \ - asm ("hlt"); \ - __seg; \ -}) - # ifdef __ASSUME_SET_THREAD_AREA_SYSCALL # define TLS_SETUP_GS_SEGMENT(descr) \ INLINE_SYSCALL (set_thread_area, 2, descr, 1) -- cgit v1.2.3