ports/sysdeps/arm/nptl/tls.h: Remove TLS_INIT_TP_EXPENSIVE.
authorWill Newton <will.newton@linaro.org>
Mon, 23 Sep 2013 19:35:08 +0000 (20:35 +0100)
committerWill Newton <will.newton@linaro.org>
Tue, 24 Sep 2013 08:29:04 +0000 (09:29 +0100)
This define was removed from the rest of the tree eight years ago.

ports/ChangeLog.arm:

2013-09-24  Will Newton  <will.newton@linaro.org>

* ports/sysdeps/arm/nptl/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
macro.

ports/ChangeLog.arm
ports/sysdeps/arm/nptl/tls.h

index d7b29e5..a84c7d2 100644 (file)
@@ -1,3 +1,8 @@
+2013-09-24  Will Newton  <will.newton@linaro.org>
+
+       * ports/sysdeps/arm/nptl/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
+       macro.
+
 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
 
        * sysdeps/arm/armv6t2/ffs.S (__ffs): Define as hidden.
index e57cdb7..da15027 100644 (file)
@@ -119,10 +119,6 @@ typedef struct
 #define THREAD_SETMEM_NC(descr, member, idx, value) \
   descr->member[idx] = (value)
 
-/* Initializing the thread pointer will generate a SIGILL if the syscall
-   is not available.  */
-#define TLS_INIT_TP_EXPENSIVE 1
-
 /* Get and set the global scope generation counter in struct pthread.  */
 #define THREAD_GSCOPE_FLAG_UNUSED 0
 #define THREAD_GSCOPE_FLAG_USED   1