mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
ports/sysdeps/arm/nptl/tls.h: Remove TLS_INIT_TP_EXPENSIVE.
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.
This commit is contained in:
parent
f02eed105c
commit
82c93a0ffe
@ -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>
|
2013-09-20 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
* sysdeps/arm/armv6t2/ffs.S (__ffs): Define as hidden.
|
* sysdeps/arm/armv6t2/ffs.S (__ffs): Define as hidden.
|
||||||
|
@ -119,10 +119,6 @@ typedef struct
|
|||||||
#define THREAD_SETMEM_NC(descr, member, idx, value) \
|
#define THREAD_SETMEM_NC(descr, member, idx, value) \
|
||||||
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. */
|
/* Get and set the global scope generation counter in struct pthread. */
|
||||||
#define THREAD_GSCOPE_FLAG_UNUSED 0
|
#define THREAD_GSCOPE_FLAG_UNUSED 0
|
||||||
#define THREAD_GSCOPE_FLAG_USED 1
|
#define THREAD_GSCOPE_FLAG_USED 1
|
||||||
|
Loading…
Reference in New Issue
Block a user