mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-23 13:09:58 +08:00
(CHECK_STATIC_TLS): Remove macro since it is now available in elf/dynamic-link.h.
This commit is contained in:
parent
675d711187
commit
8ebb58677f
@ -557,11 +557,6 @@ __process_machine_rela (struct link_map *map,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#define CHECK_STATIC_TLS(map, sym_map) \
|
|
||||||
do { \
|
|
||||||
if (__builtin_expect ((sym_map)->l_tls_offset == NO_TLS_OFFSET, 0)) \
|
|
||||||
_dl_allocate_static_tls (sym_map); \
|
|
||||||
} while (0)
|
|
||||||
#define DO_TLS_RELOC(suffix) \
|
#define DO_TLS_RELOC(suffix) \
|
||||||
case R_PPC_DTPREL##suffix: \
|
case R_PPC_DTPREL##suffix: \
|
||||||
/* During relocation all TLS symbols are defined and used. \
|
/* During relocation all TLS symbols are defined and used. \
|
||||||
|
Loading…
Reference in New Issue
Block a user